Commit da64af1e authored by Thomas's avatar Thomas
Browse files

Add issue template

parent 7dc92485
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
### 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)
 No newline at end of file
+32 −0
Original line number Diff line number Diff line
### 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)
+11 −1
Original line number Diff line number Diff line
@@ -9,3 +9,13 @@ 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.

### 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