Skip to content

Contributing

Boris Mutafov edited this page Oct 15, 2020 · 2 revisions

To contribute to the repository you should follow the guidelines:

  1. Open an issue, explaining what you have to do - essentially what is your task/goal. Make sure to link the project board when making the issue, so GitHub automatically changes the issue's status in the board.

image

  1. Create a new branch from the staging branch.

  2. Commit your code there.

  3. Push your branch.

  4. Create a pull request to staging branch.

  5. In the description, you should write one of the following keywords, depending on which matches to the situation the best, followed by the issues number (#).

  • close
  • closes
  • closed
  • fix
  • fixes
  • fixed
  • resolve
  • resolves
  • resolved

Examples: fix #21; close #99; resolves #2

  1. Make pull request

Clone this wiki locally