From 892fde2d517ac1ae0761e457598bfa6f4a44c484 Mon Sep 17 00:00:00 2001 From: Marcel Haazen Date: Thu, 5 Sep 2019 22:10:59 +0200 Subject: [PATCH] first commit --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100755 README.md diff --git a/README.md b/README.md new file mode 100755 index 0000000..d2e6ddc --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# hwinfo + +TODO: Write a description here + +## Installation + +TODO: Write installation instructions here + +## Usage + +TODO: Write usage instructions here + +## Development + +TODO: Write development instructions here + +## Contributing + +1. Fork it () +2. Create your feature branch (`git checkout -b my-new-feature`) +3. Commit your changes (`git commit -am 'Add some feature'`) +4. Push to the branch (`git push origin my-new-feature`) +5. Create a new Pull Request + +## Contributors + +- [your-name-here](https://github.com/your-github-user) - creator and maintainer