update issue templates
This commit is contained in:
parent
3922296d9b
commit
5f015e9038
6 changed files with 30 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
name: "[Alpha Only] Bug Report"
|
name: "9. [Alpha Only] Bug Report"
|
||||||
description: CasaOS Alpha Testing specific bug report form.
|
description: CasaOS Alpha Testing specific bug report form.
|
||||||
title: "[Alpha][Bug] "
|
title: "[Alpha][Bug] "
|
||||||
labels: ["alpha", "bug"]
|
labels: ["alpha", "bug"]
|
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
name: Bug report
|
name: 4. Bug report
|
||||||
about: Create a report to help us improve
|
about: Create a report to help us improve
|
||||||
title: '[Bug] '
|
title: '[Bug] '
|
||||||
labels: 'bug'
|
labels: 'bug'
|
||||||
|
|
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
name: Feature request
|
name: 3. Feature request
|
||||||
about: Suggest an idea for this project
|
about: Suggest an idea for this project
|
||||||
title: ''
|
title: ''
|
||||||
labels: ''
|
labels: ''
|
||||||
|
|
26
.github/ISSUE_TEMPLATE/feedback.yml
vendored
Normal file
26
.github/ISSUE_TEMPLATE/feedback.yml
vendored
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
name: "1. Feedback"
|
||||||
|
description: Feedback, showcases, thoughts, needs and questions, etc.
|
||||||
|
title: "[Feedback] "
|
||||||
|
labels: ["feedback"]
|
||||||
|
assignees:
|
||||||
|
- JohnGuan
|
||||||
|
- ETWang1991
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
### ❤️ Thanks for your feedback!
|
||||||
|
> Come join our [Discord community](https://discord.gg/knqAbbBbeX) and paint the ideal home cloud with us.
|
||||||
|
- type: textarea
|
||||||
|
id: description
|
||||||
|
attributes:
|
||||||
|
label: Description
|
||||||
|
placeholder: What do you want to tell us?
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: additional
|
||||||
|
attributes:
|
||||||
|
label: Additional Information
|
||||||
|
description: Please add logs/files/screenshots if you have them to help us better understanding.
|
||||||
|
|
2
.github/ISSUE_TEMPLATE/submit-application.md
vendored
2
.github/ISSUE_TEMPLATE/submit-application.md
vendored
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
name: Submit application
|
name: 5. Submit application
|
||||||
about: Add an app to this project
|
about: Add an app to this project
|
||||||
title: ''
|
title: ''
|
||||||
labels: ''
|
labels: ''
|
||||||
|
|
Loading…
Reference in a new issue