From a1d1ac3d0e68c0efb5a3c0318fa9864a4399be4c Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 17 Feb 2023 22:41:39 +0100 Subject: [PATCH] adding contribution rules --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..7512d67 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,8 @@ +### Reporting +Before you report a new issue, make sure you look at the existing ones first to avoid creating duplicates. You can use Search with some keywords too. + +### Contributing as a developer +Some instructions about code style and everything that has to be done to increase the change of your code getting accepted can be found at the [General Discussion](https://github.com/SimpleMobileTools/General-Discussion#contribution-rules-for-developers) section. + +### Contributing as a non developer +In case you just want to for example improve a translation, you can find the way of doing it [here](https://github.com/SimpleMobileTools/General-Discussion#how-can-i-suggest-an-edit-to-a-file).