Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.

Commit 2c5896c

Browse files
authored
Merge pull request #4 from leebrian/patch-1
Added pre-commit automated tests...
2 parents 5a785c1 + 2547eec commit 2c5896c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

automation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Require that all code contributions pass your tests before they can be submitted (required status checks)
66
* If tests are added, make sure to explain how they work in the Contributing file
77
Don’t make standards too complicated or that they increase barriers to contribution – should relieve developers of repetitive, low brain power work
8+
* Include automatic tests that can be run locally by developers pre-commit to check for non-public information that is inappropriate for contribution (e.g., tools like [cfpb's clouseau](https://github.com/cfpb/clouseau) or [git secrets](https://github.com/awslabs/git-secrets)).
89

910
**Maintenance work**
1011
* [Semantic-release](https://github.com/semantic-release/semantic-release) automates releases

0 commit comments

Comments
 (0)