mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-18 05:58:22 +08:00
Update issue templates
This commit is contained in:
parent
a3a7f0d4ad
commit
4529d0a891
1 changed files with 12 additions and 0 deletions
12
.github/ISSUE_TEMPLATE/bug_report.md
vendored
12
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -7,6 +7,18 @@ assignees: ''
|
|||
|
||||
---
|
||||
|
||||
***Things to try before submitting bug report***
|
||||
read the [troubleshooting guide](/doc/md/Installation_Instructions/Troubleshooting.md)
|
||||
|
||||
***Compilation problems***
|
||||
Try compiling with verbose. `make VERBOSE=1` with main makefile or `make V=1` with cmake.
|
||||
|
||||
***flashing problems***
|
||||
Have you followed the instructions properly? ie, flashed bootrom seperately first if you are going from Offical repo to RRG/Iceman repo.
|
||||
|
||||
|
||||
-
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
|
|
Loading…
Reference in a new issue