diff --git a/README.md b/README.md index 485ba98..68ba43a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,20 @@ # .github *Default community health files for my open-source projects* + +## README template + +Add this to READMEs. + +```markdown +## Contributing + +Interested in making contributions to this project? Please review the guides below. + +- [Contributing Guidelines](https://github.com/jessesquires/.github/blob/master/CONTRIBUTING.md) +- [Code of Conduct](https://github.com/jessesquires/.github/blob/master/CODE_OF_CONDUCT.md) +- [Support and Help](https://github.com/jessesquires/.github/blob/master/SUPPORT.md) +- [Security Policy](https://github.com/jessesquires/.github/blob/master/SECURITY.md) + +Also, consider [sponsoring this project](https://www.jessesquires.com/sponsor/)! :v: +```