You should contribute based on the issue you are working on. Follow the guides. Failure to do that will lead to rejection.
No Need to fork the repository. All tasks will be done here
-
Clone this repository to your machine.
-
Create a new branch(use ur task title as the branch name AND always create your new brancg from
main, notdevelopemnt).git fetch origingit checkout maingit pull origin maingit checkout -b {task-title} -
Make all changes on the branch you just created.
-
Commit changes to the branch and push to the repository.
-
Come back to to the repository and open a pull request on the
developmentbranch. -
Do not merge your pull request yourself. Wait for review and merging.
Notes:
Repeat above steps from 2 to 7 for any new task.
For update on a specific task, repeat from step 3 to 7
DO NOT MERGE YOUR PULL REQUEST
DO NOT WORK ON
MAINandDEVELOPMENTBRANCHES
CHECK INDIVIVIDUAL READMES