Skip to content

Commit 50cc290

Browse files
authored
Add CONTRIBUTING.md (#81)
1 parent 2f1c936 commit 50cc290

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Contributing to python-us
2+
3+
Thanks for your interesting in contributing to the project!
4+
5+
Before spending time working on a pull request, please [open an idea discussion](https://github.com/unitedstates/python-us/discussions/new?category=ideas) so we can ensure the change is in line with the goals of the project. Once you've got the go ahead, open a PR with your changes and reference the discussion in the description of the PR.
6+
7+
To speed up the review process, please ensure:
8+
9+
* your change has corresponding tests that run with the existing pytest suite and pass.
10+
* the code is formatted with [black](https://black.readthedocs.io/en/stable/index.html), included in the dev dependencies.
11+
* you are open to feedback!
12+
13+
Thank you and we look forward to your contribution! ✨

0 commit comments

Comments
 (0)