issue_template: init
This commit is contained in:
parent
189187a0fd
commit
182926e575
|
@ -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
|
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue