summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2022-11-16 11:53:37 +0100
committerThomas <tschneider.ac@gmail.com>2022-11-16 11:53:37 +0100
commitda64af1e12eebf53188b4ce4a733898093624abf (patch)
tree9d95861f0009e8ba6504df69eb69debf70bd3d22 /CONTRIBUTING.md
parent7dc9248543cc5012d8ca7ab2089d8d4dd7495e2b (diff)
Add issue template
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a6f6fe986..0c0ad1be6 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -8,4 +8,14 @@ tools for helping in translations. New translations will be automatically merged
If you're submiting a merge request and your work adds new strings to the app, make sure they only
exist in the default strings.xml file (res/values/strings.xml). If you add or modify strings of
-other languages, it will interfere with weblate's translations. \ No newline at end of file
+other languages, it will interfere with weblate's translations.
+
+### Issues and Reports:
+
+Before creating an issue please take a moment and search the repository issues to avoid duplicates.
+For bug reports, please provide as much details as possible to better debug the problem. The
+important part is how to reproduce the bug and steps to reproduce it.
+
+### Pull Requests
+
+Please target the develop branch and not the main branch. \ No newline at end of file