From a8f310be4319852fa76ca2d9bce95113b487014c Mon Sep 17 00:00:00 2001 From: Andrew Mason Date: Mon, 2 Sep 2019 22:31:27 -0400 Subject: [PATCH] add contributing guide (#9) --- CONTRIBUTING.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..da37fde --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,12 @@ +# Contributing + +[code-of-conduct]: CODE_OF_CONDUCT.md + +Hey, there! 👋 Any and all contributions are welcome. + +Please make sure to read the [code of conduct][code-of-conduct] before submitting issues or pull requests. + +To lend a helping hand: +* [Fork the repository](https://help.github.com/articles/fork-a-repo/) +* Make your desired changes +* [Create a pull request](https://help.github.com/articles/creating-a-pull-request/)