Skip to content

Commit

Permalink
Add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Dec 7, 2024
1 parent c4a05b3 commit da0f8f7
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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 ]
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit da0f8f7

Please sign in to comment.