Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #9

Merged
merged 2 commits into from
Aug 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 25 additions & 2 deletions .github/ISSUE_TEMPLATE/1_bug_template.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Report Bug
description: Used to report bug
title: "Bug:"
title: "[Bug]"
body:
- type: dropdown
id: priority
Expand All @@ -16,6 +16,29 @@ body:
validations:
required: true

- type: textarea
id: Customer
attributes:
label: Customer info
description: Customer name, business impact, potential deal (Chip Number, Money) and other.
placeholder: Name, business impact, money.
validations:
required: true

- type: dropdown
id: customer-impact
attributes:
label: Customer Impact
options:
- Undecided
- P1-Stopper
- P2-High
- P3-Medium
- P4-Low
default: 0
validations:
required: true

- type: checkboxes
id: os
attributes:
Expand Down Expand Up @@ -114,4 +137,4 @@ body:
description: Provide the log of RESTFul API or docker for micro-service by `docker logs CONTAINER`
render: shell
validations:
required: true
required: false
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/2_feaure_template.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Report Feature
description: Used to report feature
title: "Feature:"
title: "[Feature]"
body:
- type: dropdown
id: priority
Expand All @@ -19,7 +19,7 @@ body:
- type: textarea
id: Customer
attributes:
label: Description the customer info
label: Customer info
description: Customer name, business impact, potential deal (Chip Number, Money) and other.
placeholder: Name, business impact, money.
validations:
Expand Down