improve issue templates

This commit is contained in:
figsoda 2021-11-13 11:40:29 -05:00
parent 9af1106144
commit 97a728e722
5 changed files with 53 additions and 17 deletions

View File

@ -1,12 +0,0 @@
---
name: Bug Report
about: Any Ouch bug
title: '_[BUG]_ '
labels: bug
assignees: ''
---
Thanks for filling a bug report!
Don't forget to add the `ouch` version for which this error occurred.

40
.github/ISSUE_TEMPLATE/bug-report.yml vendored Normal file
View File

@ -0,0 +1,40 @@
name: Bug Report
description: Report a ouch bug
labels: [bug]
body:
- type: markdown
attributes:
value: Thanks for filling a bug report!
- type: input
id: version
attributes:
label: Version
description: Version of ouch you encountered this error, or git commit hash if you are not using a versioned release
validations:
required: true
- type: textarea
id: description
attributes:
label: Description
validations:
required: true
- type: textarea
id: current
attributes:
label: Current Behavior
- type: textarea
id: expected
attributes:
label: Expected Behavior
- type: textarea
id: info
attributes:
label: Additional Information
description: >
Additional information that might help us debug this issue,
such as the operating system you are using or the files you tried to archive/extract

View File

@ -1,10 +1,6 @@
---
name: Documentation Improvement
about: Improvements in repository markdown or code docs
title: '_[DOCS]_ '
about: Improvements in repository markdown or code documentations
labels: documentation
assignees: ''
---

View File

@ -0,0 +1,6 @@
---
name: Feature / Enhancement
about: Features or change you want to see in ouch
labels: enhancement
---

6
.github/ISSUE_TEMPLATE/question.md vendored Normal file
View File

@ -0,0 +1,6 @@
---
name: Question
about: Ask a question about ouch. You can also ask questions in discussions: https://github.com/ouch-org/ouch/discussions
labels: question
---