Add issue templates

This commit is contained in:
Michiel Borkent 2019-08-10 09:59:46 +02:00
parent 5efc5fffa9
commit 377680ac4c
3 changed files with 50 additions and 6 deletions

29
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View file

@ -0,0 +1,29 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
**version**
[ Please specify which version of babashka you're using. You can find this with `babashka --version`. The documentation on the master branch may be ahead of the most released version. You can check the docs for your version by going to cljdoc. ]
**platform**
[ Please specify which platform you are using babashka 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 ]

View file

@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
---
**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.

View file

@ -55,12 +55,7 @@ There is one special variable, `*in*`, which is the input read from stdin. The
input is read as EDN by default, unless the `--raw` flag is provided. When using
the `--println` flag, the output is printed using `println` instead of `prn`.
The current version can be printed with:
``` shellsession
bb --version
0.0.3
```
The current version can be printed with `bb --version`.
Examples: