From 219437db1fbc62bd3010b4ed4c0a3c8bd3eebb2b Mon Sep 17 00:00:00 2001 From: Andreas Wallner <20979738+andreasWallnerIFX@users.noreply.github.com> Date: Mon, 23 Sep 2024 21:30:36 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 26 +++++++++++++++++++ .../feature-request---question.md | 20 ++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature-request---question.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..328f22a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,26 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Run '....' +3. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**SVD file (snippet) and/or code snippet** +If applicable, add an SVD/code snippet that shows the issue. You can also attach an SVD file if necessary/helpful. + +**Additional context** +Add any other context about the problem here. (i.e. specific Rust version etc.) diff --git a/.github/ISSUE_TEMPLATE/feature-request---question.md b/.github/ISSUE_TEMPLATE/feature-request---question.md new file mode 100644 index 0000000..52fc7e6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request---question.md @@ -0,0 +1,20 @@ +--- +name: Feature request / Question +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here.