39 lines
474 B
Markdown
39 lines
474 B
Markdown
---
|
|
|
|
name: "Bug Report"
|
|
about: "You found a bug? Awesome, please let us know"
|
|
title: "<short description>"
|
|
labels:
|
|
- bug
|
|
|
|
---
|
|
|
|
# System information
|
|
- OS version:
|
|
- zsh version:
|
|
- git version:
|
|
- repo head id:
|
|
|
|
|
|
# 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
|