mirror of
https://github.com/edoardottt/cariddi.git
synced 2026-09-06 01:37:45 +02:00
44 lines
1.7 KiB
Markdown
44 lines
1.7 KiB
Markdown
# Contributing to cariddi
|
|
|
|
Thanks for your interest in cariddi.
|
|
|
|
## Getting Started
|
|
|
|
cariddi's [open issues are here](https://github.com/edoardottt/cariddi/issues).
|
|
In time, we'll tag issues that would make a good first pull request for new contributors.
|
|
An easy way to get started helping the project is to *file an issue*.
|
|
You can do that on the cariddi issues page by clicking on the green button at the right.
|
|
Issues can include bugs to fix, features to add, or documentation that looks outdated.
|
|
|
|
## Contributions
|
|
|
|
cariddi welcomes contributions from everyone.
|
|
|
|
Contributions to cariddi should be made in the form of GitHub pull requests. Each pull request will
|
|
be reviewed by a core contributor (someone with permission to land patches) and either landed in the
|
|
main tree or given feedback for changes that would be required.
|
|
|
|
## Pull Request Checklist
|
|
|
|
- Branch from the master branch and, if needed, rebase to the current master
|
|
branch before submitting your pull request. If it doesn't merge cleanly with
|
|
master you may be asked to rebase your changes.
|
|
|
|
- Commits should be as small as possible, while ensuring that each commit is
|
|
correct independently (i.e., each commit should compile and pass tests).
|
|
|
|
- Don't put submodule updates in your pull request unless they are to landed
|
|
commits.
|
|
|
|
- If your patch is not getting reviewed or you need a specific person to review
|
|
it, you can @-reply a reviewer asking for a review in the pull request or a
|
|
comment.
|
|
|
|
- Add tests relevant to the fixed bug or new feature.
|
|
|
|
|
|
## Conduct
|
|
|
|
See [CODE OF CONDUCT](https://github.com/edoardottt/cariddi/blob/master/CODE_OF_CONDUCT.md)
|
|
|
|
All code in this repository is under the [GNU General Public License v3.0](https://github.com/edoardottt/cariddi/blob/master/LICENSE) |