Add an issue template
This commit is contained in:
parent
d4dd6fd5e6
commit
469e8112f5
1 changed files with 26 additions and 0 deletions
26
.github/ISSUE_TEMPLATE.md
vendored
Normal file
26
.github/ISSUE_TEMPLATE.md
vendored
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# This template is meant for bug reports, if you have a feature request, please be as descriptive as possible and delete the template
|
||||
|
||||
Make sure you are testing using the latest git version of radare2 before submitting any issue.
|
||||
|
||||
*If you would like to report a bug, please fill the template bellow*
|
||||
|
||||
### Work environment
|
||||
|
||||
| Questions | Answers
|
||||
|------------------------------------------|--------------------
|
||||
| OS/arch/bits | Debian arm 64, Ubuntu x86 32
|
||||
| File format of the file you reverse | PE, ELF etc.
|
||||
| Architecture/bits of the file. | PPC, x86/32, x86/64 etc.
|
||||
| r2 -v full output | radare2 2.2.0 16809 @....
|
||||
| r2 -V full output in a pastebin document | https://pastebin.com
|
||||
|
||||
### Expected behavior
|
||||
|
||||
### Actual behavior
|
||||
|
||||
### Steps to reproduce the behavior
|
||||
(Use asciinema if you can and use code markdown `CODE` to make your code lisible)
|
||||
|
||||
### Additional Logs, screenshots, compiled binaries, source-code, configuration dump, ...
|
||||
|
||||
Drag and drop zip archives containing the compiled binaries here, don't use external services or link.
|
||||
Loading…
Reference in a new issue