From 2c84ecf7d269bfb019b7481f7def366fe62558d7 Mon Sep 17 00:00:00 2001 From: PrinceShaji Date: Sat, 22 Jul 2017 08:31:22 +0000 Subject: [PATCH] Added 'Contribute Code' section. Added instructions oh how to contribute to the project (ie make pull requests to 'testing' branch instead of directly to 'master') so that if people want to contribute code, they can do it the right way. This makes community development much more easier and also prevents future code conflicts while merging this branch to 'master'. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 52d2687..5ff6611 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ I disabled the issue section because of the flood of invalid questions. All the - [FAQ](#faq) - [License](#license) - [Sources and additional links](#sources-and-additional-links) +- [Contribute Code](#contribute-code) ## Introduction ## @@ -292,3 +293,7 @@ packet injection with ESP8266: 802.11w-2009: https://en.wikipedia.org/wiki/IEEE_802.11w-2009 Wi-Fi_send_pkt_freedom function limitations: https://esp32.com/viewtopic.php?t=586 + +## Contribute Code + +To contribute code, make pull requests in `testing` branch to avoid future code conflicts. The `testing` branch is merged with `master` on every release.