Split issue templates (#999) Some checks failed GitLab CI GitLab continuous integration tool
Some checks failed
GitLab CI GitLab continuous integration tool
Split the issue templates into `Bug`, `Feature` and `Suggestion`. Co-authored-by: qwerty287 <ndev@web.de> Reviewed-on: #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:
parent b4d08a6733
commit 84551ca8be
3 changed files with 65 additions and 11 deletions
| @ -1,22 +1,22 @@ | |||
## # What do you want to address? | ||||
<!-- This step is required; examples are shown below --> | ||||
--- | ||||
| ||||
- [ ] Bug | ||||
- [ ] Feature | ||||
- [ ] Suggestion | ||||
name: "Bug" | ||||
about: "Something isn't working" | ||||
labels: | ||||
| ||||
- Bug | ||||
| ||||
--- | ||||
| ||||
## # Describe your matter briefly | ||||
<!-- This step is required. --> | ||||
<br><br> | ||||
| ||||
##### What did you expect? <!-- Useful when addressing bugs --> | ||||
##### What did you expect? | ||||
--- | ||||
<!-- This step is optional. --> | ||||
<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 **GitNex** you are using: | ||||
| @ -34,4 +34,4 @@ | |||
- [ ] I carefully read the [contribution guidelines](https://codeberg.org/GitNex/GitNex/src/branch/main/CONTRIBUTING.md). | ||||
<br> | ||||
| ||||
#### Thank you for your time. | ||||
<!-- Thank you for your time. --> |
17 .gitea/issue_template/feature.md Normal file
17
.gitea/issue_template/feature.md Normal 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. --> |
37 .gitea/issue_template/suggestion.md Normal file
37
.gitea/issue_template/suggestion.md Normal 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. --> |
Loading…
Add table
Add a link
Reference in a new issue