From 47a2ce01f9168f67f80630f139f3944db39deb2a Mon Sep 17 00:00:00 2001 From: ctbus Date: Tue, 14 Nov 2023 17:32:50 -0500 Subject: [PATCH] Add issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 19 +++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 12 ++++++++++++ .github/ISSUE_TEMPLATE/other.md | 9 +++++++++ 3 files changed, 40 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/other.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..e352fab --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,19 @@ +--- +name: Bug report +about: Report an issue with this extension +title: '' +labels: bug + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Output/logs/screenshots** +Please include any relevant output. + +**Sunbeam version** +Get version by activating sunbeam environment and running `sunbeam --version`. + +**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..bba4070 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,12 @@ +--- +name: Feature request +about: Suggest an idea for this extension +title: '' +labels: enhancement + +--- + +**What's the feature?** + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md new file mode 100644 index 0000000..fee03e7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other.md @@ -0,0 +1,9 @@ +--- +name: Other +about: Not a bug report or feature request +title: '' +labels: '' + +--- + +