Skip to content

Commit 2c84ecf

Browse files
author
PrinceShaji
authored
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'.
1 parent 6f2c99a commit 2c84ecf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ I disabled the issue section because of the flood of invalid questions. All the
3030
- [FAQ](#faq)
3131
- [License](#license)
3232
- [Sources and additional links](#sources-and-additional-links)
33+
- [Contribute Code](#contribute-code)
3334

3435
## Introduction ##
3536

@@ -292,3 +293,7 @@ packet injection with ESP8266:
292293
802.11w-2009: https://en.wikipedia.org/wiki/IEEE_802.11w-2009
293294

294295
Wi-Fi_send_pkt_freedom function limitations: https://esp32.com/viewtopic.php?t=586
296+
297+
## Contribute Code
298+
299+
To contribute code, make pull requests in `testing` branch to avoid future code conflicts. The `testing` branch is merged with `master` on every release.

0 commit comments

Comments
 (0)