GitAuto/.gitea/issue_template/bug.md

38 lines
459 B
Markdown

---
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