Add issue templates (#235)

* Add issue templates

As we often have to consider certain platform/terminal editor specific things as potential sources of bugs, let's nudge people to provide this info

* Delete githubs default form
This commit is contained in:
Stefan Holderbach 2022-01-02 20:24:47 +01:00 committed by GitHub
parent 1da1e848bf
commit aefc2965d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 35 additions and 0 deletions

21
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,21 @@
---
name: Bug report
about: Something doesn't work as expected or is broken
title: ''
labels: bug
assignees: ''
---
**Platform** e.g. macOS, Windows 10, ...
**Terminal software** e.g. gnome-terminal, Apple Terminal.app, ...
Describe the problem you are observing.
## Steps to reproduce
1. minimal posssible steps necessary
2. to cause the problem
## Screenshots/Screencaptures
Very helpful if the display doesn't seem to work

View File

@ -0,0 +1,14 @@
---
name: Missing feature
about: Suggest an idea for reedline
title: ''
labels: enhancement
assignees: ''
---
Let us know about features you really want to see in reedline.
## References
If the feature you are interested in exists in other shells or terminal editors, please share links to documentation or screenshots to easily communicate the desired behavior!