add issue template

This commit is contained in:
Chad Smith 2017-12-31 15:43:26 -08:00
parent ced4d96306
commit 054c6c1d4f
2 changed files with 16 additions and 8 deletions

16
.github/ISSUE_TEMPLATE.md vendored Normal file
View 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`):

View file

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