docs: create issue templates
This commit is contained in:
parent
6b8e381d8b
commit
252f15c87b
2 changed files with 54 additions and 0 deletions
37
.gitea/bug.md
Normal file
37
.gitea/bug.md
Normal 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
17
.gitea/feature.md
Normal 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 -->
|
Loading…
Reference in a new issue