mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2024-12-22 16:50:04 +02:00
Add issue template
This commit is contained in:
parent
7dc9248543
commit
da64af1e12
3 changed files with 55 additions and 1 deletions
12
.gitea/issue_templates/improvement_template.md
Normal file
12
.gitea/issue_templates/improvement_template.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
### Describe the improvement
|
||||||
|
|
||||||
|
<!-- Your social network -->
|
||||||
|
<!-- Put a x between brackets like: - [x] Mastodon -->
|
||||||
|
|
||||||
|
- [ ] Mastodon
|
||||||
|
- [ ] Pleroma
|
||||||
|
- [ ] Friendica
|
||||||
|
- [ ] Pixelfed
|
||||||
|
|
||||||
|
<!-- If you read our contributing advice -->
|
||||||
|
[ ] - I read the [contributing page](../../CONTRIBUTING.md)
|
32
.gitea/issue_templates/issue_template.md
Normal file
32
.gitea/issue_templates/issue_template.md
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
### Issue
|
||||||
|
|
||||||
|
<!-- Please, describe the issue here -->
|
||||||
|
|
||||||
|
### Steps for reproducing the issue
|
||||||
|
|
||||||
|
<!-- Step, to reproduce it -->
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
<!-- The instance you are using -->
|
||||||
|
Instance:
|
||||||
|
|
||||||
|
<!-- Your social network -->
|
||||||
|
<!-- Put a x between brackets like: - [x] Mastodon -->
|
||||||
|
|
||||||
|
- [ ] Mastodon
|
||||||
|
- [ ] Pleroma
|
||||||
|
- [ ] Friendica
|
||||||
|
- [ ] Pixelfed
|
||||||
|
|
||||||
|
<!-- If you know the version of Fedilab that you are using (can be found in about page) -->
|
||||||
|
Version of Fedilab:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Your Android version -->
|
||||||
|
Android version:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- If you read our contributing advice -->
|
||||||
|
[ ] - I read the [contributing page](../../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
|
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
|
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.
|
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.
|
Loading…
Reference in a new issue