From bcfadb4df0abd885b488357dd4a8fe79c8028fba Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Tue, 23 Nov 2021 22:33:41 +0100 Subject: [PATCH] created contributing guidelines --- CONTRIBUTING.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..b11d04d --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,14 @@ +# Contributing + +Contributing is very welcome, but please read this before starting. + +## How to? +I track everything on GitHub. I know torvalds said it's ass, but I can't be bothered to use anything else. + +First off, make sure there is no PR for what you are planning to make. + +Second, make double and triple sure that what you want to make is *actually useful*. Please do not open a PR for a typo. Open an issue for such things instead. + +That's it for now I guess. Thanks for considering contributing to Hypr! + +## =)