-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Daniel Hu <tao.hu@merico.dev>
- Loading branch information
1 parent
b732daa
commit 41a5624
Showing
3 changed files
with
18 additions
and
20 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,27 +1,26 @@ | ||
--- | ||
name: Bug Report | ||
description: Report a bug of DevStream | ||
title: "[Bug]: " | ||
labels: bug | ||
--- | ||
|
||
body: | ||
- type: textarea | ||
id: problem | ||
attributes: | ||
label: What happened? | ||
description: Please provide as much information as possible. | ||
label: What happened? | ||
description: Please provide as much information as possible. | ||
validations: | ||
required: true | ||
required: true | ||
|
||
- type: textarea | ||
id: repro | ||
attributes: | ||
label: How to reproduce? | ||
label: How to reproduce? | ||
validations: | ||
required: true | ||
required: true | ||
|
||
- type: textarea | ||
id: dtmVersion | ||
attributes: | ||
label: DevStream version (to find out the version run: dtm version) | ||
required: true | ||
label: 'DevStream version (to find out the version run: dtm version)' | ||
validations: | ||
required: true |
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 |
---|---|---|
@@ -1,14 +1,12 @@ | ||
--- | ||
name: Documentation Issue | ||
description: Help to improve our documentation | ||
title: "[Docs]: " | ||
labels: docs | ||
--- | ||
|
||
body: | ||
- type: textarea | ||
id: problem | ||
attributes: | ||
label: What should be changed? | ||
description: Please provide as much info as possible. | ||
label: What should be changed? | ||
description: Please provide as much info as possible. | ||
validations: | ||
required: true | ||
required: true |
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 |
---|---|---|
@@ -1,11 +1,12 @@ | ||
name: Enhancement / Proposal | ||
description: Provide supporting details for an existing or a new feature | ||
title: "[Proposal]: " | ||
labels: proposal | ||
body: | ||
- type: textarea | ||
id: proposal | ||
attributes: | ||
label: What would you like to added? Why is this needed? | ||
description: | | ||
For feature requests, please also engage with the PMC on Slack or WeChat. | ||
required: true | ||
label: What would you like to added? Why is this needed? | ||
description: For feature requests, please also engage with the PMC on Slack or WeChat. | ||
validations: | ||
required: true |