Add issue templates

Bug reports and new features for now
This commit is contained in:
Florian Festi 2022-09-23 21:44:34 +02:00 committed by GitHub
parent 4401a096ec
commit 4966ec631f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 42 additions and 0 deletions

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

@ -0,0 +1,23 @@
---
name: Bug report
about: Report something that's not quite right
title: ''
labels: bug
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
If possible give an URL or command line that leads to the issue. If possible try to reproduce the issue on the public web instance.
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots or Drawings**
If the can't be reproduced easily, add screenshots or attach a drawing to help explain your problem.
**Additional context**
Add any other context about the problem here.

View File

@ -0,0 +1,19 @@
---
name: New (Box) Generator or Feature
about: Request something you are missing
title: ''
labels: enhancement
assignees: ''
---
By suggesting a new box generator or other feature you agree to test cut it until it works. You understand that this may take a few attempts. As soon as it does work you will provide a sample image that can be used in the user interface or the documentation.
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is.
**Describe the solution you'd like**
A clear and concise description of what you think would be the best solution.
** Pictures of something similar **
If possible provide a picture of a similar item or feature. If copy right allows it uploading it to this ticket is preferred as it is less likely to disappear.