mirror of https://github.com/ctk-hq/ctk
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.
31 lines
1000 B
Markdown
31 lines
1000 B
Markdown
# Contributing #
|
|
|
|
:heart: Thanks for taking the time and for your help improving this project!
|
|
|
|
## Getting Help ##
|
|
|
|
If you have a question about nuxx or have encountered problems using it,
|
|
start by asking a question on [slack][slack]
|
|
|
|
## 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.
|
|
|
|
|
|
<!----variables---->
|
|
|
|
[slack]: https://join.slack.com/t/nuxxapp/shared_invite/zt-fkgoyz5h-CYo5tqAT0CwRZMpuOJYAJA |