From 9cd38a61ee50cc3707f8fbc613927a92902cf2d1 Mon Sep 17 00:00:00 2001 From: Luke Oliff Date: Fri, 7 Sep 2018 13:23:21 +0100 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..c47bd67 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,9 @@ +# Contributing + +* Fork the project. +* Make your addition or fix. +* Send a pull request. Bonus points for topic branches. + +## Code of Conduct + +Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.