From 1d030467b9b363635eceb6b05c2215a8eef2437e Mon Sep 17 00:00:00 2001 From: Martin Loren Date: Wed, 4 Dec 2024 11:54:50 +0800 Subject: [PATCH] txt --- .../.github/ISSUE_TEMPLATE/bug_report.md | 34 ------------------- .../.github/ISSUE_TEMPLATE/other-issue.md | 21 ------------ 2 files changed, 55 deletions(-) delete mode 100644 .platformio/packages/framework-cmsis-at32f42/.github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .platformio/packages/framework-cmsis-at32f42/.github/ISSUE_TEMPLATE/other-issue.md diff --git a/.platformio/packages/framework-cmsis-at32f42/.github/ISSUE_TEMPLATE/bug_report.md b/.platformio/packages/framework-cmsis-at32f42/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index a03bdb2..0000000 --- a/.platformio/packages/framework-cmsis-at32f42/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - -**Caution** -The Issues are strictly limited for the reporting of problem encountered with the software provided in this project. - -**Describe the set-up** - * The board - * IDE or at least the compiler and its version - -**Describe the bug** -A clear and concise description of what the bug is. - -**How To Reproduce** -1. Indicate the global behavior of your application project - -2. The modules that you suspect to be the cause of the problem (Driver, BSP, MW ...) - -3. The use case that generates the problem - -4. How we can reproduce the problem - - -**Additional context** -If you have a first analysis or patch correction, thank you to share your proposal. - -**Screenshots** -If applicable, add screenshots to help explain your problem. diff --git a/.platformio/packages/framework-cmsis-at32f42/.github/ISSUE_TEMPLATE/other-issue.md b/.platformio/packages/framework-cmsis-at32f42/.github/ISSUE_TEMPLATE/other-issue.md deleted file mode 100644 index d9dc00e..0000000 --- a/.platformio/packages/framework-cmsis-at32f42/.github/ISSUE_TEMPLATE/other-issue.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -name: 'Other Issue ' -about: Generic issue description -title: '' -labels: '' -assignees: '' - ---- - -**Caution** -The Issues are strictly limited for the reporting of problem encountered with the software provided in this project. - -**Describe the set-up** - * The board - * IDE or at least the compiler and its version - -**Additional context** -If you have a first analysis or a patch proposal, thank you to share your proposal. - -**Screenshots** -If applicable, add screenshots to help explain your problem.