Skip to content

Commit

Permalink
update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnGuan committed Nov 2, 2022
1 parent 3922296 commit 5f015e9
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "[Alpha Only] Bug Report"
name: "9. [Alpha Only] Bug Report"
description: CasaOS Alpha Testing specific bug report form.
title: "[Alpha][Bug] "
labels: ["alpha", "bug"]
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Bug report
name: 4. Bug report
about: Create a report to help us improve
title: '[Bug] '
labels: 'bug'
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Feature request
name: 3. Feature request
about: Suggest an idea for this project
title: ''
labels: ''
Expand Down
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/feedback.yml
Original file line number Diff line number Diff line change
@@ -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 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/submit-application.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Submit application
name: 5. Submit application
about: Add an app to this project
title: ''
labels: ''
Expand Down

0 comments on commit 5f015e9

Please sign in to comment.