forked from longhorn/longhorn
-
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.
Signed-off-by: David Ko <dko@suse.com>
- Loading branch information
Showing
6 changed files
with
75 additions
and
29 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
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,20 +1,24 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: "[FEATURE]" | ||
title: "[FEATURE] " | ||
labels: kind/enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
## Is your feature request related to a problem? Please describe | ||
|
||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
## Describe the solution you'd like | ||
|
||
A clear and concise description of what you want to happen | ||
|
||
## Describe alternatives you've considered | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
## Additional context | ||
|
||
Add any other context or screenshots about the feature request 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
name: Improvement request | ||
about: Suggest an improvement of an existing feature for this project | ||
title: "[IMPROVEMENT] " | ||
labels: kind/improvement | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Is your improvement request related to a feature? Please describe | ||
|
||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
## Describe the solution you'd like | ||
|
||
A clear and concise description of what you want to happen. | ||
|
||
## Describe alternatives you've considered | ||
|
||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
## Additional context | ||
|
||
Add any other context or screenshots about the feature request 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 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,16 +1,21 @@ | ||
--- | ||
name: Task | ||
about: Task on Longhorn | ||
title: "[TASK]" | ||
title: "[TASK] " | ||
labels: kind/task | ||
assignees: '' | ||
|
||
--- | ||
**What's the task? Please describe.** | ||
|
||
## What's the task? Please describe | ||
|
||
A clear and concise description of what the task is. | ||
|
||
**Describe the items of the task (DoD, definition of done) you'd like.** | ||
- [ ] <use check box for each item> | ||
## Describe the items of the task (DoD, definition of done) you'd like | ||
> Please use a task list for items on a separate line with a clickable checkbox https://docs.github.com/en/issues/tracking-your-work-with-issues/about-task-lists | ||
- [ ] `item 1` | ||
|
||
## Additional context | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the task request 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,21 @@ | ||
--- | ||
name: Test | ||
about: Test implementation on Longhorn | ||
title: "[TEST]" | ||
about: Test task on Longhorn | ||
title: "[TEST] " | ||
labels: kind/test | ||
assignees: '' | ||
|
||
--- | ||
**What's the test to develop? Please describe.** | ||
|
||
## What's the test to develop? Please describe | ||
|
||
A clear and concise description of what the test you want to develop. | ||
|
||
**Describe the items of the test development (DoD, definition of done) you'd like.** | ||
- [ ] <use check box for each item> | ||
## Describe the items of the test development (DoD, definition of done) you'd like | ||
> Please use a task list for items on a separate line with a clickable checkbox https://docs.github.com/en/issues/tracking-your-work-with-issues/about-task-lists | ||
- [ ] `item 1` | ||
|
||
## Additional context | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the test request here. |