From e9edb939f9b141ae3ee2d0ccec1328ac97004a3a Mon Sep 17 00:00:00 2001 From: Leo Robinovitch Date: Mon, 1 Jan 2024 14:21:19 -0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 33 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++ 2 files changed, 53 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..2657562 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,33 @@ +--- +name: Bug report +about: Create a bug report to help us improve +title: '' +labels: bug, enhancement +assignees: robinovitch61 + +--- + +Read and checkbox the following by putting an "x" in the brackets like `- [x]` before submitting this bug report: + +- [ ] I have searched existing issues, opened and closed, for existing solutions to my problem +- [ ] I understand that I have to fill out all of the following or risk my issue being closed and locked + +**What you ran, all the output, and the entire error message, if any** +``` + +``` + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Complete the following information:** + - OS [e.g. Mac, Windows, Ubuntu, Arch, NixOS, etc.]: + - Version [e.g. v0.0.5]: + - Available space on disk [e.g. 10GB]: + - RAM [e.g. 8GB]: + +**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..3ab44f0 --- /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: robinovitch61 + +--- + +**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.