mirror of
https://github.com/kopia/kopia.git
synced 2026-01-29 00:33:24 -05:00
1.2 KiB
1.2 KiB
title, linkTitle, weight
| title | linkTitle | weight |
|---|---|---|
| Contribution Guidelines | Contribution Guidelines | 100 |
NOTE: Those guidelines are preliminary and will change as the project grows and expands in scope.
Contacting Developers
- Using Slack is the quickest way to get in touch with developers.
Submitting issues
- If you find a bug or have a feature request, please submit an issue at https://github.com/kopia/kopia/issues
Security issues
- If you find a security issue that you want to disclose privately, please contact
kopia-pmc@googlegroups.comor send a direct message on Slack.
Submitting code via Pull Requests
- We follow the Github Pull Request Model for all contributions.
- For large bodies of work, we recommend creating an issue and labelling it
designoutlining the feature that you wish to build, and describing how it will be implemented. This gives a chance for review to happen early, and ensures no wasted effort occurs. - For new features, documentation must be included.
- Once review has occurred, please rebase your PR down to a single commit. This will ensure a nice clean Git history.