From c8f0379d19a348277ebf109924475d0b125a01bf Mon Sep 17 00:00:00 2001 From: "ay9thqi3tbqiwbegqsg a[soiaosshasdg" <30902201+alx365@users.noreply.github.com> Date: Tue, 20 Oct 2020 16:49:38 +0000 Subject: [PATCH] added Contributing to readme (#33) * Added contributing to the readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index b992350..ced413e 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ - [Prerequisites](#org727b3da) - [Installation](#orgdd31739) - [Usage](#org4a9b3c6) +- [Contributing](#org12345) @@ -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`! + + + +# 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.