- Clone the repo if you haven’t done it already.
- Create a new branch and name it like:
11-issue-titlewhere the number is the issue IDfix/rename-folderin case you wanna add just a quick fix
- While working, write good commit messages.
- When you’re done, push the new branch:
git push -u origin 11-issue-title. - Create a pull request. If there is an corresponding issue, link it in the description.
- Assign the pull request to someone appropriate and wait for their code review.