From f3093e2e468d6f21fbc5b690e1c9d6bcf8a5d5ea Mon Sep 17 00:00:00 2001 From: handiko Date: Mon, 14 Jan 2019 07:27:21 +0700 Subject: [PATCH] update readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e53abc5..86c739e 100644 --- a/README.md +++ b/README.md @@ -40,3 +40,11 @@ _Please note that in order to using PIN 8-11 as Serial Data lines, you need to u ## Acknowledgements * Djoko Marjono Susilo - YB1TJ * Adafruit Proto Shield PCB [GitHub page](https://github.com/adafruit/Adafruit-Proto-Shield-PCB) + +## Contributing +1. Fork it [https://github.com/handiko/Dorji-TX-Shield/fork](https://github.com/handiko/Dorji-TX-Shield/fork) +2. Create new branch (`git checkout -b add-blah-blah`) +3. Do some editing / create new feature +4. Commit your works (`git commit -m "Adding some blah blah blah.."`) +5. Push to the branch (`git push -u origin add-blah-blah`) +6. Create a new Pull Request