added Contributing to readme (#33)

* Added contributing to the readme
This commit is contained in:
ay9thqi3tbqiwbegqsg a[soiaosshasdg 2020-10-20 16:49:38 +00:00 committed by GitHub
parent 423c79d263
commit c8f0379d19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,7 @@
- [Prerequisites](#org727b3da)
- [Installation](#orgdd31739)
- [Usage](#org4a9b3c6)
- [Contributing](#org12345)
<a id="org4ab08b6"></a>
@ -89,3 +90,15 @@ then copy the built binary from `./target/release` to anywhere in `$PATH` (examp
# Usage
Create a Config and then just do `eww`!
<a id="org12345"></a>
# Contributing
If you want to contribute, like adding new widgets, features or subcommands, you should definitly do so.
## Steps
1. Fork this repo
2. install dependencies ([Prerequisites](#org727b3da))
3. smash your head against the keyboard
4. open a pull request once you're finished.