docs: create issue templates

This commit is contained in:
Matyáš Caras 2024-01-22 15:46:45 +01:00
parent 6b8e381d8b
commit 252f15c87b
Signed by untrusted user who does not match committer: hernik
GPG key ID: 2A3175F98820C5C6
2 changed files with 54 additions and 0 deletions

37
.gitea/bug.md Normal file
View file

@ -0,0 +1,37 @@
---
name: 'Bug Report'
about: 'Use this when filing a bug report'
title: 'Bug title'
ref: 'main'
labels:
- 'Kind/Bug'
- 'Status/Need More Info'
---
<!--
Answer the following questions to speed up the bug fixing process
-->
### Operating System + Version
<!-- for example "Android 13" -->
### App version
<!--
Can be found in the app by clicking
the three dots > 'About' or in app info in your device's setting
-->
### What was expected to happen
<!-- Enter what you thought SHOULD happen when the bug occured -->
### What actually happened
<!-- Here describe what ACTUALLY happened -->
### Steps to reproduce
<!--
Enter the exact steps that you made when you encountered the bug,
so we can reproduce it
-->
- [] I have checked the [list of issues](https://git.mnau.xyz/hernik/prasule/issues) and I'm sure this is not a duplicate
<!-- This is a checkbox, either check it after creating the issue or change [] to [X] -->

17
.gitea/feature.md Normal file
View file

@ -0,0 +1,17 @@
---
name: 'Feature Request'
about: 'Request a new feature'
title: 'My awesome feature'
ref: 'main'
labels:
- 'Kind/Feature'
---
- [] I have checked the [list of issues](https://git.mnau.xyz/hernik/prasule/issues) and I'm sure this is not a duplicate
<!-- This is a checkbox, either check it after creating the issue or change [] to [X] -->
### Is your feature request related to a bug or an issue? If yes, describe it or link it
<!-- You can link issues by simply writing # followed by the ID of the issue or PR, for example #12 -->
### Describe your request, how you'd like it to be implemented etc.
<!-- This is the space for your requests to be made -->