From 20ebfb3b18645520c13f2210b8250234c8841965 Mon Sep 17 00:00:00 2001 From: Brooklyn Zelenka Date: Mon, 31 Jul 2017 18:20:35 -0700 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..05ed635 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,15 @@ +# Contributing + +We love pull requests from everyone, so if there's something that you'd like to add, please do! + +## Step-by-step + +1. Fork, then clone the repo: `git clone git@github.com:your-username/witchcraft.git` +2. Make your change +3. Push to your fork and [submit a pull request][pr]. + +At this point you're waiting on us. We may suggest some changes or improvements or alternatives. The maintainers reserve the right to reject any resource that we feel does not add new information, or does not adhere to the [Open Code of Conduct](http://todogroup.org/opencodeofconduct/#witchcraft/be.zelenka@gmail.com) + +## Code of Conduct +This project adheres to the [Open Code of Conduct][code-of-conduct]. By participating, you are expected to honor this code. +[code-of-conduct]: http://todogroup.org/opencodeofconduct/#witchcraft/be.zelenka@gmail.com