From e91f94d984f3713d311baa98077ac2b68dc192de Mon Sep 17 00:00:00 2001 From: Brendan Kellam Date: Tue, 1 Apr 2025 09:58:04 -0700 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/blank-issue.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 20 ++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/blank-issue.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/blank-issue.md b/.github/ISSUE_TEMPLATE/blank-issue.md new file mode 100644 index 00000000..5b3e6c8a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/blank-issue.md @@ -0,0 +1,10 @@ +--- +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 new file mode 100644 index 00000000..f1fe0c23 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,20 @@ +--- +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.