-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Andrew Lilley Brinker <alilleybrinker@gmail.com>
- Loading branch information
1 parent
a07433a
commit 5ea7b2b
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |