From da0f8f747032f1bf9d355560d14a9f1e6216a146 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sat, 7 Dec 2024 10:52:36 +0100 Subject: [PATCH] Add issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 37 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 23 ++++++++++++++ 2 files changed, 60 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..10d6451 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,37 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +[ To keep development of this project going, consider sponsoring. If you are +already a sponsor, thank you! ] + +**babashka version** + +[ Please specify which version of babashka you're using. You can find this with `babashka --version`. ] + +**neil version** + +[ Please specify which version of neil you're using. You can find this with `neil version`. ] + + +**platform** + +[ Please specify which platform you are using babashka or neil on, so you can test a +new binary when the issue is resolved. ] + +**problem** + +[ Please provide a short and to the point description of the problem ] + +**repro** + +[ Please provide a minimal working reproduction of the problem ] + +**expected behavior** + +[ What is the behavior you expected to see? Please provide a minimal working example ] diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..07cc0de --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,23 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +[ To keep development of this project going, consider sponsoring. If you are +already a sponsor, thank you! ] + +**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.