You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ctk/CONTRIBUTING.md

21 lines
746 B
Markdown

# Contributing #
:heart: Thanks for taking the time and for your help improving this project!
## Submitting a Pull Request ##
Do you have an improvement?
1. Submit an [issue][issue] describing your proposed change.
2. I will try to respond to your issue promptly.
3. Fork this repo, develop and test your code changes.
4. Submit a pull request against this repo's `master` branch.
- Include instructions on how to test your changes.
5. Your branch may be merged once all configured checks pass.
## Committing ##
Squash or rebase commits so that all changes from a branch are
committed to master as a single commit. All pull requests are squashed when
merged, but rebasing prior to merge gives you better control over the commit
message.