From 051f76fe4d72a4f862f2f631749c1d6bcc4d95fa Mon Sep 17 00:00:00 2001 From: Tim Heuer Date: Sun, 28 Jan 2024 10:07:41 -0800 Subject: [PATCH 1/5] Update issue templates [skip ci] --- .github/ISSUE_TEMPLATE/bug_report.md | 30 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 +++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..42dd18f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,30 @@ +--- +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. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Visual Studio version(please complete the following information):** + - Version [e.g. from Help...About menu in VS] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..11fc491 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +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. From 5488ab376facdb30edb416d3768aa5337dc7f94f Mon Sep 17 00:00:00 2001 From: Tim Heuer Date: Sun, 28 Jan 2024 10:16:46 -0800 Subject: [PATCH 2/5] Update bug_report.md [skip ci] --- .github/ISSUE_TEMPLATE/bug_report.md | 61 ++++++++++++++-------------- 1 file changed, 31 insertions(+), 30 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 42dd18f..83523b4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,30 +1,31 @@ ---- -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. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Visual Studio version(please complete the following information):** - - Version [e.g. from Help...About menu in VS] - -**Additional context** -Add any other context about the problem here. +name: Bug Report +description: File a bug report +title: "" +labels: ["bug"] +assignees: + - timheuer +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + - type: textarea + id: what-happened + attributes: + label: What happened? + description: Also tell us, what did you expect to happen? + placeholder: Tell us what you see! + value: "A bug happened!" + validations: + required: true + - type: textarea + id: vsversion + attributes: + label: Visual Studio Version + description: Copy the Visual Studio version from your Help...About Visual Studio menu + placeholder: Version 17.8.5 + - type: textarea + id: logs + attributes: + label: Relevant log output + description: Please copy and paste any relevant log output. From the Output window for "GitHub Actions for VS" From 3bca2d32d1fa26238cb409e511c7859c6b78e1f4 Mon Sep 17 00:00:00 2001 From: Tim Heuer Date: Sun, 28 Jan 2024 10:17:59 -0800 Subject: [PATCH 3/5] Rename bug_report.md to bug_report.yaml [skip ci] --- .github/ISSUE_TEMPLATE/{bug_report.md => bug_report.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{bug_report.md => bug_report.yaml} (100%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.yaml similarity index 100% rename from .github/ISSUE_TEMPLATE/bug_report.md rename to .github/ISSUE_TEMPLATE/bug_report.yaml From a69d0488231da90239834b9974baec5cb143fff3 Mon Sep 17 00:00:00 2001 From: Tim Heuer Date: Sun, 28 Jan 2024 10:18:25 -0800 Subject: [PATCH 4/5] Update bug_report.yaml [skip ci] --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 83523b4..8818f78 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -1,6 +1,6 @@ name: Bug Report description: File a bug report -title: "" +title: "[BUG]: " labels: ["bug"] assignees: - timheuer From d61a17210ee1a84356cdbd91011da18168eafbf5 Mon Sep 17 00:00:00 2001 From: Tim Heuer Date: Sun, 28 Jan 2024 10:33:02 -0800 Subject: [PATCH 5/5] Update bug_report.yaml [skip ci] --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 8818f78..951623b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -18,7 +18,7 @@ body: value: "A bug happened!" validations: required: true - - type: textarea + - type: input id: vsversion attributes: label: Visual Studio Version