Skip to content

Commit

Permalink
Merge pull request #27 from olhado/contribute
Browse files Browse the repository at this point in the history
Add contributing guidelines
  • Loading branch information
olhado committed Nov 24, 2020
2 parents 0e8cf97 + 49f1b44 commit 753cece
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
@@ -0,0 +1,11 @@
Contributing to Threat Stack Agent Salt Formula
=============================

We encourage anyone to provide enchancements/fixes to this repository. Simply fork, commit, and then open a PR back to the parent repository.


### What makes a good PR?

* Make sure you update the README.md with any new/removed/changed values parameters.
* Write tests that cover your proposed changes.
* Make sure the tests documented in the [README](README.md) run as expected on all platforms.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -52,3 +52,7 @@ This method requires updating `deploy_key` pillar item in `pillar.example` to a
<Edit `pillar.example`>
bundle exec kitchen test
```

## Contributing enhancements/fixes

See the [CONTRIBUTING document](CONTRIBUTING.md) for details.

0 comments on commit 753cece

Please sign in to comment.