Add Instructions to Bug Report Template
This commit is contained in:
parent
83c7e5622b
commit
47cea0615d
1 changed files with 25 additions and 2 deletions
27
.github/ISSUE_TEMPLATE/bug_report.md
vendored
27
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
|
@ -1,5 +1,28 @@
|
||||||
---
|
---
|
||||||
name: Bug Report
|
name: "\U0001F41B Bug Report"
|
||||||
about: Create a bug report
|
about: "If something isn't working as expected."
|
||||||
labels: bug
|
labels: bug
|
||||||
---
|
---
|
||||||
|
<!--
|
||||||
|
Thank you for taking the time to file an issue!
|
||||||
|
|
||||||
|
You can erase any parts of this template not applicable to your issue.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!--
|
||||||
|
## In Case of Graphical, or Performance Issues
|
||||||
|
|
||||||
|
Please run `zellij -\-debug` and then recreate your issue.
|
||||||
|
|
||||||
|
Please attach the files that were created in
|
||||||
|
|
||||||
|
`/tmp/zellij/zellij-log/`
|
||||||
|
|
||||||
|
To the extend you are comfortable with.
|
||||||
|
|
||||||
|
And the name and version of progams you interacted with as well as
|
||||||
|
the operating system.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!-- `zellij -\-version` -->
|
||||||
|
Version:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue