mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-05 02:55:31 +00:00
improve issue templates
This commit is contained in:
parent
9af1106144
commit
97a728e722
12
.github/ISSUE_TEMPLATE/bug-report.md
vendored
12
.github/ISSUE_TEMPLATE/bug-report.md
vendored
@ -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
40
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
Normal 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
|
@ -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: ''
|
||||
|
||||
---
|
||||
|
||||
|
||||
|
6
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal file
6
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal 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
6
.github/ISSUE_TEMPLATE/question.md
vendored
Normal 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
|
||||
|
||||
---
|
Loading…
x
Reference in New Issue
Block a user