From df436e9832de497d89338e6aedb104f4eef4d233 Mon Sep 17 00:00:00 2001 From: qt_coder <65493032+qt-coder@users.noreply.github.com> Date: Tue, 22 Jun 2021 07:53:02 +0800 Subject: [PATCH] Created contribution guidelines --- 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..9fef2fa --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,9 @@ +# Contributing + +When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change. +Please note we have a code of conduct, please follow it in all your interactions with the project. + +## Pull request process + +To contribute to the repository, first make create an issue describing what you will be doing, then fork the repository, make your appropriate changes, then commit. Afterwards, you can make a pull request and (if it passes tests) we will merge it into the main branch +