-
Notifications
You must be signed in to change notification settings - Fork 1
Contributing
Boris Mutafov edited this page Oct 15, 2020
·
2 revisions
To contribute to the repository you should follow the guidelines:
- 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.
-
Create a new branch from the staging branch.
-
Commit your code there.
-
Push your branch.
-
Create a pull request to staging branch.
-
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
- Make pull request
