Basic crash reporting integrated to Github
This commit is contained in:
parent
b5449c6fe3
commit
97b6fd8a53
7 changed files with 660 additions and 10 deletions
25
.github/ISSUE_TEMPLATE/crash_report.md
vendored
Normal file
25
.github/ISSUE_TEMPLATE/crash_report.md
vendored
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
name: Crash report
|
||||
about: Report a GitComet crash
|
||||
title: "Crash: "
|
||||
labels: bug
|
||||
---
|
||||
|
||||
## Crash Summary
|
||||
|
||||
Describe what you were doing right before GitComet crashed.
|
||||
|
||||
## Reproduction Steps
|
||||
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
|
||||
## Expected Behavior
|
||||
|
||||
What did you expect to happen instead of the crash?
|
||||
|
||||
## Additional Context
|
||||
|
||||
Add any extra context that may help investigate the crash.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue