From e266c2253cd9c4ab3dc46cea6d550860eb051da5 Mon Sep 17 00:00:00 2001 From: bkellam Date: Tue, 1 Apr 2025 10:04:40 -0700 Subject: [PATCH] tweak issue template --- .github/ISSUE_TEMPLATE/blank-issue.md | 10 --------- .github/ISSUE_TEMPLATE/bug_report.md | 20 ------------------ .github/ISSUE_TEMPLATE/bug_report.yml | 29 +++++++++++++++++++++++++++ 3 files changed, 29 insertions(+), 30 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/blank-issue.md delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/blank-issue.md b/.github/ISSUE_TEMPLATE/blank-issue.md deleted file mode 100644 index 5b3e6c8a..00000000 --- a/.github/ISSUE_TEMPLATE/blank-issue.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Blank issue -about: Create a new issue from scratch -title: '' -labels: '' -assignees: '' - ---- - - diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index f1fe0c23..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: "[bug] " -labels: bug, triage needed -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is, as well as what you expected to happen when encountering it. - -**To Reproduce** -Describe how to reproduce your bug. - -**Additional Info (please complete the following information):** - - Sourcebot version: [e.g., v3.0.1] - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 00000000..ad0a76fb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,29 @@ +name: 🐞 Bug Report +description: Create a bug report to help us improve +title: "[bug] " +labels: ["bug", "triage needed"] +body: + - type: textarea + attributes: + label: Describe the bug + description: A clear and concise description of the bug, as well as what you expected to happen when encountering it. + validations: + required: true + - type: textarea + attributes: + label: To reproduce + description: Describe how to reproduce your bug. + validations: + required: true + - type: textarea + attributes: + label: Sourcebot deployment information + description: + placeholder: | + Sourcebot version (e.g. v3.0.1): + validations: + required: true + - type: textarea + attributes: + label: Additional information + description: Add any other information related to the bug here such as screenshots, logs, etc. \ No newline at end of file