Update issue templates
Signed-off-by: David Ko <dko@suse.com>
This commit is contained in:
parent
23d264196f
commit
f57e05cbed
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
name: Bug report
|
name: Bug report
|
||||||
about: Create a report to help us improve
|
about: Create a bug report
|
||||||
title: "[BUG]"
|
title: "[BUG]"
|
||||||
labels: kind/bug
|
labels: kind/bug
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Describe the bug
|
## Describe the bug (🐛 if you encounter this issue)
|
||||||
|
|
||||||
A clear and concise description of what the bug is.
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
|
21
.github/ISSUE_TEMPLATE/doc.md
vendored
Normal file
21
.github/ISSUE_TEMPLATE/doc.md
vendored
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
name: Document
|
||||||
|
about: Create or update document
|
||||||
|
title: "[DOC] "
|
||||||
|
labels: kind/doc
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## What's the task? Please describe
|
||||||
|
|
||||||
|
A clear and concise description of what the document is.
|
||||||
|
|
||||||
|
## 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
|
||||||
|
|
||||||
|
Add any other context or screenshots about the document request here.
|
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
name: Feature request
|
name: Feature request
|
||||||
about: Suggest an idea for this project
|
about: Suggest an idea/feature
|
||||||
title: "[FEATURE] "
|
title: "[FEATURE] "
|
||||||
labels: kind/enhancement
|
labels: kind/enhancement
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Is your feature request related to a problem? Please describe
|
## Is your feature request related to a problem? Please describe (👍 if you like this request)
|
||||||
|
|
||||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||||
|
|
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
name: Improvement request
|
name: Improvement request
|
||||||
about: Suggest an improvement of an existing feature for this project
|
about: Suggest an improvement of an existing feature
|
||||||
title: "[IMPROVEMENT] "
|
title: "[IMPROVEMENT] "
|
||||||
labels: kind/improvement
|
labels: kind/improvement
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Is your improvement request related to a feature? Please describe
|
## Is your improvement request related to a feature? Please describe (👍 if you like this request)
|
||||||
|
|
||||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||||
|
|
2
.github/ISSUE_TEMPLATE/question.md
vendored
2
.github/ISSUE_TEMPLATE/question.md
vendored
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: Question
|
name: Question
|
||||||
about: Question on Longhorn
|
about: Have a question
|
||||||
title: "[QUESTION] "
|
title: "[QUESTION] "
|
||||||
labels: kind/question
|
labels: kind/question
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
24
.github/ISSUE_TEMPLATE/refactor.md
vendored
Normal file
24
.github/ISSUE_TEMPLATE/refactor.md
vendored
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
---
|
||||||
|
name: Refactoring request
|
||||||
|
about: Suggest a refactoring request of an existing feature or design
|
||||||
|
title: "[REFACTORING] "
|
||||||
|
labels: kind/refactoring
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Is your improvement request related to a feature? Please describe
|
||||||
|
|
||||||
|
A clear and concise description of what the problem is.
|
||||||
|
|
||||||
|
## 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 refactoring request here.
|
2
.github/ISSUE_TEMPLATE/task.md
vendored
2
.github/ISSUE_TEMPLATE/task.md
vendored
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: Task
|
name: Task
|
||||||
about: Task on Longhorn
|
about: Create a general task
|
||||||
title: "[TASK] "
|
title: "[TASK] "
|
||||||
labels: kind/task
|
labels: kind/task
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
2
.github/ISSUE_TEMPLATE/test.md
vendored
2
.github/ISSUE_TEMPLATE/test.md
vendored
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: Test
|
name: Test
|
||||||
about: Test task on Longhorn
|
about: Create or update test
|
||||||
title: "[TEST] "
|
title: "[TEST] "
|
||||||
labels: kind/test
|
labels: kind/test
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
21
.github/ISSUE_TEMPLATE/test_infra.md
vendored
Normal file
21
.github/ISSUE_TEMPLATE/test_infra.md
vendored
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
name: Test infra
|
||||||
|
about: Create a test-infra task
|
||||||
|
title: "[TEST-INFRA] "
|
||||||
|
labels: kind/test
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## What's the test to develop? Please describe
|
||||||
|
|
||||||
|
A clear and concise description of what the test infra you want to develop.
|
||||||
|
|
||||||
|
## 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
|
||||||
|
|
||||||
|
Add any other context or screenshots about the test infra request here.
|
Loading…
Reference in New Issue
Block a user