change out some non-breaking wait for response from some command which shouldnt have...
[RRG-proxmark3.git] / .github / ISSUE_TEMPLATE / bug_report.md
blob05020ce3464d576f11c9bb90ad222fb09b022d8f
1 ---
2 name: Bug report
3 about: Create a report to help us improve
4 title: ''
5 labels: ''
6 assignees: ''
8 ---
10 ***Things to try before submitting bug report***
11 read the [troubleshooting guide](https://github.com/RfidResearchGroup/proxmark3/blob/master/doc/md/Installation_Instructions/Troubleshooting.md)
13 ***Compilation problems***
14 Try compiling with verbose.  `make VERBOSE=1` with main makefile or `make V=1` with cmake.
16 ***flashing problems***
17 Have you followed the instructions properly?  ie,  flashed bootrom seperately first if you are going from Offical repo to Iceman repo.
22 **Describe the bug**
23 A clear and concise description of what the bug is.
25 **To Reproduce**
26 Steps to reproduce the behavior:
27 1. Go to '...'
28 2. Click on '....'
29 3. Scroll down to '....'
30 4. See error
32 **Expected behavior**
33 A clear and concise description of what you expected to happen.
35 **Screenshots**
36 If applicable, add screenshots to help explain your problem.
38 **Desktop (please complete the following information):**
39  - OS: [e.g. iOS]
40  - inside proxmark3 client run the following commands and paste the output here.
41  - hw version
42  - hw status
43  - data tune
45 **Additional context**
46 Add any other context about the problem here.