From 309b46bd45847e00eb9de1ea18260fa12d66ad99 Mon Sep 17 00:00:00 2001 From: wh201906 Date: Sat, 9 Apr 2022 18:35:03 +0800 Subject: [PATCH 1/2] Fix the bug_report.md Fix the link of troubleshooting guide, which should be a URL rather than a path. Add 2 spaces after every title to get the same appearance on both Github and the editor. --- .github/ISSUE_TEMPLATE/bug_report.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 6ca8e6f6b..f4f135cbb 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,40 +7,40 @@ assignees: '' --- -***Things to try before submitting bug report*** -read the [troubleshooting guide](/doc/md/Installation_Instructions/Troubleshooting.md) +***Things to try before submitting bug report*** +read the [troubleshooting guide](https://github.com/RfidResearchGroup/proxmark3/blob/master/doc/md/Installation_Instructions/Troubleshooting.md) -***Compilation problems*** +***Compilation problems*** Try compiling with verbose. `make VERBOSE=1` with main makefile or `make V=1` with cmake. -***flashing problems*** +***flashing problems*** Have you followed the instructions properly? ie, flashed bootrom seperately first if you are going from Offical repo to Iceman repo. - -**Describe the bug** +**Describe the bug** A clear and concise description of what the bug is. -**To Reproduce** +**To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error -**Expected behavior** +**Expected behavior** A clear and concise description of what you expected to happen. -**Screenshots** +**Screenshots** If applicable, add screenshots to help explain your problem. -**Desktop (please complete the following information):** +**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 -**Additional context** +**Additional context** Add any other context about the problem here. From 57b009ac7517bb4d73a3d0153ebb9ee9e08eea40 Mon Sep 17 00:00:00 2001 From: wh201906 Date: Sun, 10 Apr 2022 00:04:55 +0800 Subject: [PATCH 2/2] Revert the added two spaces --- .github/ISSUE_TEMPLATE/bug_report.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f4f135cbb..05020ce34 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,40 +7,40 @@ assignees: '' --- -***Things to try before submitting bug report*** +***Things to try before submitting bug report*** read the [troubleshooting guide](https://github.com/RfidResearchGroup/proxmark3/blob/master/doc/md/Installation_Instructions/Troubleshooting.md) -***Compilation problems*** +***Compilation problems*** Try compiling with verbose. `make VERBOSE=1` with main makefile or `make V=1` with cmake. -***flashing problems*** +***flashing problems*** Have you followed the instructions properly? ie, flashed bootrom seperately first if you are going from Offical repo to Iceman repo. - -**Describe the bug** +**Describe the bug** A clear and concise description of what the bug is. -**To Reproduce** +**To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error -**Expected behavior** +**Expected behavior** A clear and concise description of what you expected to happen. -**Screenshots** +**Screenshots** If applicable, add screenshots to help explain your problem. -**Desktop (please complete the following information):** +**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 -**Additional context** +**Additional context** Add any other context about the problem here.