Update README.md

This commit is contained in:
Anirudh Sevugan 2025-01-28 19:34:33 -06:00 committed by GitHub
parent c3cb123315
commit 7d11d4d59d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,8 @@
# contrib
This branch is for contributions to the source code. The source code should be read from the *main* branch. Any contributions, or modified versions of the same software will be here,
with different folders for different authors. **You should NOT make pull requests for contributions in the main branch, you should make it in this branch after you've created a fork with your modifications**.
with different folders for different authors. **You should NOT make pull requests for contributions in the main branch, you should make it in this branch after you've created a fork with your modifications**.
There should be **one fork** for each contributor, or a team of contributors. This fork should be modified with all the modifications you made. **You should not make a new fork for each modification**. **Continue using the old one**.
If your contribution pleases reviewers enough, it will eventually be added to the *main* branch and be included with **all** releases of the app from then.