2022-12-12 23:38:19 +02:00
|
|
|
# Contributing
|
|
|
|
|
|
|
|
|
|
## Submitting a pull request
|
|
|
|
|
|
|
|
|
|
1. Fork and clone the repository
|
|
|
|
|
2. Create a new branch: `git checkout -b my-branch-name`
|
|
|
|
|
3. Make your changes
|
|
|
|
|
4. Push to your fork
|
|
|
|
|
5. Test changes thoroughly, make sure that there are no regressions ✔️
|
|
|
|
|
6. Submit a pull request
|
|
|
|
|
7. Pat yourself on the back and wait for your pull request to be reviewed and merged
|
|
|
|
|
|
|
|
|
|
## Resources
|
|
|
|
|
|
|
|
|
|
- [How to Contribute to Open Source](https://opensource.guide/how-to-contribute/)
|
|
|
|
|
- [Using Pull Requests](https://help.github.com/articles/about-pull-requests/)
|
|
|
|
|
- [GitHub Help](https://help.github.com)
|
|
|
|
|
- [Writing good commit messages](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html)
|
|
|
|
|
|
|
|
|
|
Thanks! :heart: :heart: :heart:
|
|
|
|
|
|
|
|
|
|
GitHub Actions Team :octocat:
|