-
Go through the Issues to see if, what you want is already in discussion.
-
Open a new Issue if you do not find the name you are looking for. Describe the feature request,additions you might want or anything clearly in the Issue message.
-
Mention in the Issue that you want to work on it.
-
Wait for the approval from the Maintainers of this project before startig to work on it.
-
Donot make changes to the main branch , else make a develop branch and commit changes there.
-
Make sure you code is properly formatted and does not contain any commented out code.
-
Create a pull request after making the changes and mention the Issue number that your pull request is related to.
-
Make the required changes if the reviewer asks for them.
-
That's it! Your pull request will be merged once everything seems okay.