Split issue templates (#999)

Split the issue templates into `Bug`, `Feature` and `Suggestion`.

Co-authored-by: qwerty287 <ndev@web.de>
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/999
Reviewed-by: M M Arif <mmarif@noreply.codeberg.org>
Co-authored-by: qwerty287 <qwerty287@noreply.codeberg.org>
Co-committed-by: qwerty287 <qwerty287@noreply.codeberg.org>
This commit is contained in:
qwerty287 2021-10-24 14:55:48 +02:00 committed by M M Arif
parent b4d08a6733
commit 84551ca8be
3 changed files with 65 additions and 11 deletions

View File

@ -1,22 +1,22 @@
## # What do you want to address? ---
<!-- This step is required; examples are shown below -->
- [ ] Bug name: "Bug"
- [ ] Feature about: "Something isn't working"
- [ ] Suggestion labels:
- Bug
---
## # Describe your matter briefly ## # Describe your matter briefly
<!-- This step is required. -->
<br><br> <br><br>
##### What did you expect? <!-- Useful when addressing bugs --> ##### What did you expect?
--- ---
<!-- This step is optional. -->
<br><br> <br><br>
##### Some additional details <!-- Useful, when we are trying to reproduce a bug --> ##### Some additional details
--- ---
<!-- This step is optional; an example is shown below -->
* The version of **Gitea** you are using: * The version of **Gitea** you are using:
* The version of **GitNex** you are using: * The version of **GitNex** you are using:
@ -34,4 +34,4 @@
- [ ] I carefully read the [contribution guidelines](https://codeberg.org/GitNex/GitNex/src/branch/main/CONTRIBUTING.md). - [ ] I carefully read the [contribution guidelines](https://codeberg.org/GitNex/GitNex/src/branch/main/CONTRIBUTING.md).
<br> <br>
#### Thank you for your time. <!-- Thank you for your time. -->

View File

@ -0,0 +1,17 @@
---
name: "Feature"
about: "A new feature or an enhancement to an existing feature"
labels:
- Feature
---
## # Describe your matter briefly
<br><br>
- [ ] I carefully read the [contribution guidelines](https://codeberg.org/GitNex/GitNex/src/branch/main/CONTRIBUTING.md).
<br>
<!-- Thank you for your time. -->

View File

@ -0,0 +1,37 @@
---
name: "Suggestion"
about: "A general suggestion"
labels:
- Suggestion
---
## # Describe your matter briefly
<br><br>
##### What did you expect?
---
<br><br>
##### Some additional details
---
* The version of **Gitea** you are using:
* The version of **GitNex** you are using:
* Source of installation (Play Store, F-Droid, APK):
* Current android version and phone model/manufacturer:
* The type of certificate your instance is using (self-signed, signed):
* How you used to log in (via password or token):
<br>
##### We would appreciate some screenshots or stacktrace's, but this is also not required.
---
<!-- Screenshots and stacktrace's can go here. -->
<br><br>
- [ ] I carefully read the [contribution guidelines](https://codeberg.org/GitNex/GitNex/src/branch/main/CONTRIBUTING.md).
<br>
<!-- Thank you for your time. -->