-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathContribute.md.jinja
More file actions
15 lines (10 loc) · 1.31 KB
/
Contribute.md.jinja
File metadata and controls
15 lines (10 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Contributions are welcome on this project. We distribute under the terms of the [Apache 2.0 license](https://github.com/{{ github }}/{{ project_name_formatted }}/blob/main/LICENSE).
> [!NOTE]
>
> `{{ project_name_formatted }}` requires [Developer Certificate of Origin](https://en.wikipedia.org/wiki/Developer_Certificate_of_Origin) for all contributions.
> This is enforced by a [Probot GitHub App](https://probot.github.io/apps/dco/), which checks that commits are "signed".
> Read [instructions to configure commit signing](Local-Development-Setup#configure-commit-signing).
For **bug reports** or **small feature requests**, please open an issue on our [issues page](https://github.com/{{ github }}/{{ project_name_formatted }}/issues).
For **questions** or to discuss **larger changes or features**, please use our [discussions page](https://github.com/{{ github }}/{{ project_name_formatted }}/discussions).
For **contributions**, please see our [developer documentation](Local-Development-Setup). We have `help wanted` and `good first issue` tags on our issues page, so these are a great place to start.
For **documentation updates**, make PRs that update the pages in `/docs/wiki`. The documentation is pushed to the GitHub wiki automatically through a GitHub workflow. Note that direct updates to this wiki will be overwritten.