mirror of
https://github.com/cs01/gdbgui
synced 2024-11-17 07:48:57 +01:00
add issue template
This commit is contained in:
parent
ced4d96306
commit
054c6c1d4f
2 changed files with 16 additions and 8 deletions
16
.github/ISSUE_TEMPLATE.md
vendored
Normal file
16
.github/ISSUE_TEMPLATE.md
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
##### Describe the issue
|
||||
description here
|
||||
|
||||
##### Steps to replicate
|
||||
|
||||
* Step 1
|
||||
* Step 2
|
||||
* Step ...
|
||||
|
||||
##### Describe your environment
|
||||
* Operating system and version:
|
||||
* gdbgui version (`gdbgui -v`):
|
||||
* gdb version (`gdb -v`):
|
||||
* browser:
|
||||
* python packages (`pip freeze`):
|
||||
|
|
@ -2,14 +2,6 @@
|
|||
|
||||
If you think you have found a bug or aren't sure, create an issue.
|
||||
|
||||
When filing a bug report please include
|
||||
|
||||
* output of `pip freeze`
|
||||
* operating system and version
|
||||
* gdbgui version (`gdbgui -v`)
|
||||
* gdb version (`gdb -v`)
|
||||
* browser being used
|
||||
|
||||
## Development
|
||||
Documentation, spelling fixes, bug fixes, and features are welcome.
|
||||
|
||||
|
|
Loading…
Reference in a new issue