Please note we have a code of conduct, please follow it in all your interactions with the project.
Important: never direct your pull request to the stable
branch.
In most cases you want to direct your pull request to the master
(default) branch.
- Fork the repository
- Create a new branch in your fork
- Name your branch something like
fix-nameOfProblem
/feat-nameOfFeature
/ etc..
- Name your branch something like
- Make the changes to your new branch
- Commit the changes
- Make a pull request from your branch to our
master
branch. - Wait until your pull request is reviewed 🎉