From da64af1e12eebf53188b4ce4a733898093624abf Mon Sep 17 00:00:00 2001 From: Thomas Date: Wed, 16 Nov 2022 11:53:37 +0100 Subject: [PATCH] Add issue template --- .../issue_templates/improvement_template.md | 12 +++++++ .gitea/issue_templates/issue_template.md | 32 +++++++++++++++++++ CONTRIBUTING.md | 12 ++++++- 3 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 .gitea/issue_templates/improvement_template.md create mode 100644 .gitea/issue_templates/issue_template.md diff --git a/.gitea/issue_templates/improvement_template.md b/.gitea/issue_templates/improvement_template.md new file mode 100644 index 00000000..48b166f1 --- /dev/null +++ b/.gitea/issue_templates/improvement_template.md @@ -0,0 +1,12 @@ +### Describe the improvement + + + + +- [ ] Mastodon +- [ ] Pleroma +- [ ] Friendica +- [ ] Pixelfed + + +[ ] - I read the [contributing page](../../CONTRIBUTING.md) \ No newline at end of file diff --git a/.gitea/issue_templates/issue_template.md b/.gitea/issue_templates/issue_template.md new file mode 100644 index 00000000..49256c37 --- /dev/null +++ b/.gitea/issue_templates/issue_template.md @@ -0,0 +1,32 @@ +### Issue + + + +### Steps for reproducing the issue + + + + +--- + +Instance: + + + + +- [ ] Mastodon +- [ ] Pleroma +- [ ] Friendica +- [ ] Pixelfed + + +Version of Fedilab: + + + +Android version: + + + +[ ] - I read the [contributing page](../../CONTRIBUTING.md) + diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a6f6fe98..0c0ad1be 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