Update README.md

This commit is contained in:
Anirudh Sevugan 2025-02-04 09:44:33 +05:30 committed by GitHub
parent 984337a9b1
commit 446ef4727d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
# contrib
## How to contribute
- First, create a new fork of the *contrib* branch of the repo.
- First, create a new fork of the *contrib* branch of the repo. (Uncheck the box that says *Copy the main branch only*).
- Second, create a new folder in your repo (don't delete existing folders as this can affect others' contributions). Then name the folder something like *[your-username]*. Inside there should be a folder covering a major version of a series of your modification(s). For example, the first version should be a subfolder. Inside there will be folders for patches (like one folder for 1.x and inside that a folder for 1.x.x). And avoid replacing older versions of your code unless you really need to (e.g, a critical bug), as it keeps the history of your modifications inaccessible and less people can learn from what you did.