From e153a9e6f2f9c6c36e3e95acb03df776c5328b96 Mon Sep 17 00:00:00 2001 From: Webber Date: Sun, 2 Feb 2020 01:41:54 +0100 Subject: [PATCH] =?UTF-8?q?Add=20contribution=20guide=20=E2=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTING.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..12a6008 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,27 @@ +# Contributing + +## How to Contribute + +#### Code of Conduct + +This repository has adopted the Contributor Covenant as it's +Code of Conduct. It is expected that participants adhere to it. + +#### Proposing a Change + +If you are unsure about whether or not a change is desired, +you can create an issue. This is useful because it creates +the possibility for a discussion that's visible to everyone. + +When fixing a bug it is fine to submit a pull request right away. + +#### Sending a Pull Request + +Steps to be performed to submit a pull request: + +1. Fork the repository and create your branch from `master`. +2. Fill out the description, link any related issues and submit your pull request. + +#### License + +By contributing to this repository, you agree that your contributions will be licensed under its MIT license.