issue_template: init

This commit is contained in:
Oliver Schraml 2021-07-05 13:25:18 +02:00
parent 189187a0fd
commit 182926e575
Signed by: oliver.schraml
GPG Key ID: C164A432C2986B11
3 changed files with 89 additions and 0 deletions

View File

@ -0,0 +1,37 @@
---
name: "Bug Report"
about: "You found a bug? Awesome, please let us know"
title: "<short description>"
labels:
- bug
---
# System information
- bash version:
- git version:
- OS version:
# What have you found?
# What error messages do you get?
```
Error: git does not like me ;)
```
### Trace logs
```
<loglines>
```
# What have you executed?
```bash
$ git merge rebase -i pull switch to_not_existing_branch -D master
```
# Further information

View File

@ -0,0 +1,15 @@
---
name: "Enhancement"
about: "Requests for additional function(s)"
title: "<short description>"
labels:
- enhancement
---
# What should the new funcation do?
# Example of the enhancement
# Further information

View File

@ -0,0 +1,37 @@
---
name: ":help!"
about: "E478: Don't panic! Calm down and tell us how we can help you"
title: "<short description>"
labels:
- "help needed"
---
# System information
- bash version:
- git version:
- OS version:
# What would you like to do?
# Do you get an error message?
```
Error: git does not like me ;)
```
### Trace logs
```
<loglines>
```
# What have you executed?
```bash
$ git merge rebase -i pull switch to_not_existing_branch -D master
```
# Further information