If You would want to propose a change or raise a question, feel free to create an issue in "Issues" section of the GitHub repository.
When You have already decided on a change, do the following:
- Fork the repository
- Create a feature branch from
main
branch - Commit Your changes
- In commit message, briefly explain what has been changed
- Use imperative e.g.
Add
,Fix
,Improve
- If changes are based on an issue, commit message should reference it e.g.
[#123] Fix bug
- Create a pull request to
main
branch- Add reviewers
- Describe Your changes in the pull request description
- You can refer to following guide