oh-my-fish/.github/ISSUE_TEMPLATE/bug_report.md

25 lines
541 B
Markdown
Raw Normal View History

2019-01-04 10:54:29 +08:00
---
name: Bug report
about: Report a bug in OMF
title: ''
labels: ''
assignees: ''
---
Describe the problem you are having and how to reproduce it. Include any other additional context that can help us troubleshoot.
**Environment report**
Run the command `omf doctor` and paste the output here. Example:
```
Oh My Fish version: 7
2019-01-04 10:54:29 +08:00
OS type: Linux
Fish version: fish, version 3.1.0
Git version: git version 2.26.0
2019-01-04 10:54:29 +08:00
Git core.autocrlf: no
Checking for a sane environment...
2019-01-04 10:54:29 +08:00
Your shell is ready to swim.
```