Skip to content

Commit

Permalink
Create CONTRIBUTING.md (#102)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Lilley Brinker <alilleybrinker@gmail.com>
  • Loading branch information
alilleybrinker authored Feb 14, 2024
1 parent a07433a commit 5ea7b2b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Contributing

We're happy to accept contributions!

For bug fixes and minor changes to the implementation, feel free to open an issue
in the issue tracker explaining what you'd like to fix, and then open a Pull
Request with the change.

For larger design changes, you may also want to discuss the changes either in the
issue tracker or in the repository's Discussions page.

## Developer Certificate of Origin

Contributions to this repository are under the [Developer Certificate of Origin][dco]
rules and are indicated by signing off on commits with the `-s`/`--signoff` flag
when committing. This is enforced with a DCO CI job that checks your commits for
signoff. If you forget to do it, the CI job gives instructions on how to fix
your commits to include the signoff.

[dco]: https://developercertificate.org/

0 comments on commit 5ea7b2b

Please sign in to comment.