From 6744ff5a5b3ff564b7da960c253a30f57c54cab9 Mon Sep 17 00:00:00 2001 From: -k Date: Tue, 3 Aug 2021 17:36:52 -0700 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..e183ebe --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,11 @@ +# How to contribute + +### Check out the issue tracker + +Search through [Issue tracker](https://github.com/sqfmi/Watchy/issues) for matching topics. It is also recommended to check with current [Pull requests](https://github.com/sqfmi/Watchy/pulls). + +### Issue Pull Request + +- Fork this repo and branch out from `dev`. +- Push commits. +- Issue pull request.