-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |