Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 689 Bytes

File metadata and controls

10 lines (9 loc) · 689 Bytes

Contributing

  • Clone the repo if you haven’t done it already.
  • Create a new branch and name it like:
    • 11-issue-title where the number is the issue ID
    • fix/rename-folder in 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.