Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.36 KB

CONTRIBUTING.md

File metadata and controls

17 lines (14 loc) · 1.36 KB

Contributing Guidelines

  1. Always start by picking a ticket from the backlog. Please chat in Slack if you really want to pick something up and mentors can advise if it seems suitable. If you prefer to be assigned something based on your level that is great too!
  2. Assign an issue to yourself and start working. All changes must be done on a branch so you can raise a PR.
  3. Once ready, please raise a Pull Request to develop branch.

How to raise a Pull Request

In order to raise a Pull Request with your changes (please make sure all changes are done on a branch):

  • Save and commit your changes (If you don't know how to do this start with an introduction to Git & Github)
  • Push your changes and create a pull request: git push origin your_branch_name
  • Go to the repo and you should see a green button "Raise a Pull Request"
  • Describe all the changes you have made in details and save.

A few simple rules

Please make sure you follow the current naming, coding and language conventions by reviewing the existing code and the existing way of working with the team. If you are unsure of anything please ask, mentors are always here to help!