forked from chaos-mesh/chaos-mesh
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: renew issue templates (chaos-mesh#4496)
* refactor: renew issue templates Signed-off-by: Yue Yang <[email protected]> * Update pull_request_template.md Signed-off-by: Yue Yang <[email protected]> * Update e2e_test.yml Signed-off-by: Yue Yang <[email protected]> * Update integration_test.yml Signed-off-by: Yue Yang <[email protected]> --------- Signed-off-by: Yue Yang <[email protected]>
- Loading branch information
Showing
8 changed files
with
97 additions
and
60 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
name: Bug Report | ||
description: Something does not work as expected, and I could provide a minimal reproducible example. | ||
title: "[Bug]: " | ||
labels: | ||
- type/bug | ||
assignees: | ||
- g1eny0ung | ||
- STRRL | ||
body: | ||
- type: input | ||
id: chaos-mesh-version | ||
attributes: | ||
label: Chaos Mesh Version | ||
description: What version of Chaos Mesh are you using? | ||
placeholder: v2.x.x or master | ||
required: true | ||
- type: input | ||
id: k8s-version | ||
attributes: | ||
label: Kubernetes Version | ||
description: What version of Kubernetes are you using? | ||
placeholder: v1.x.x | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: bug | ||
attributes: | ||
label: Describe the bug | ||
description: A clear and concise description of what the bug is. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: reproduce | ||
attributes: | ||
label: To Reproduce | ||
description: Steps to reproduce the behavior. | ||
placeholder: | | ||
You can also include screenshots or any other relevant information here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
name: Feature Request | ||
description: Suggest an idea for this project | ||
title: '[Feature]: ' | ||
labels: | ||
- feature/new | ||
assignees: | ||
- g1eny0ung | ||
- STRRL | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
> [!TIP] | ||
> Thanks for suggesting a feature! Please fill out the sections below to help us understand your request better. | ||
> | ||
> If you have a question or need help, please open a discussion instead. | ||
- type: textarea | ||
id: feature | ||
attributes: | ||
label: Feature request | ||
description: Please describe the feature you'd like to see added to the project. | ||
placeholder: I'd like to see [...] | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: solution | ||
attributes: | ||
label: Proposed solution | ||
description: Please describe a possible solution to the feature request. | ||
placeholder: I think we could [...] | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Additional context | ||
description: Add any other context or screenshots about the feature request here. | ||
placeholder: I have an idea [...] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters