proxmark3/.github/ISSUE_TEMPLATE/bug_report.md

47 lines
1.2 KiB
Markdown
Raw Normal View History

---
name: Bug report
about: Create a report to help us improve
2019-01-24 18:49:04 +08:00
title: ''
labels: ''
assignees: ''
---
2022-04-10 00:04:55 +08:00
***Things to try before submitting bug report***
read the [troubleshooting guide](https://github.com/RfidResearchGroup/proxmark3/blob/master/doc/md/Installation_Instructions/Troubleshooting.md)
2020-06-30 21:13:58 +08:00
2022-04-10 00:04:55 +08:00
***Compilation problems***
2020-06-30 21:13:58 +08:00
Try compiling with verbose. `make VERBOSE=1` with main makefile or `make V=1` with cmake.
2022-04-10 00:04:55 +08:00
***flashing problems***
2022-02-27 00:15:32 +08:00
Have you followed the instructions properly? ie, flashed bootrom seperately first if you are going from Offical repo to Iceman repo.
2020-06-30 21:13:58 +08:00
-
2022-04-10 00:04:55 +08:00
**Describe the bug**
A clear and concise description of what the bug is.
2022-04-10 00:04:55 +08:00
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
2022-04-10 00:04:55 +08:00
**Expected behavior**
A clear and concise description of what you expected to happen.
2022-04-10 00:04:55 +08:00
**Screenshots**
If applicable, add screenshots to help explain your problem.
2022-04-10 00:04:55 +08:00
**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- inside proxmark3 client run the following commands and paste the output here.
- hw version
- hw status
- data tune
2022-04-10 00:04:55 +08:00
**Additional context**
Add any other context about the problem here.