mirror of https://github.com/valkey-io/valkey
Add bug / test-failure / enhancement label to issue template (#2273)
Automatically attach respective label to newly filled issues. --------- Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com> Signed-off-by: Sarthak Aggarwal <sarthakaggarwal97@gmail.com> Co-authored-by: Harkrishn Patro <bunty.hari@gmail.com>
This commit is contained in:
parent
287fbcce33
commit
de0e581432
|
|
@ -2,7 +2,7 @@
|
|||
name: Bug report
|
||||
about: Help us improve by reporting a bug
|
||||
title: '[BUG]'
|
||||
labels: ''
|
||||
labels: ['bug']
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
name: Crash report
|
||||
description: Submit a crash report
|
||||
title: '[CRASH] <short description>'
|
||||
labels: ['bug']
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
name: Feature request
|
||||
about: Suggest a feature
|
||||
title: '[NEW]'
|
||||
labels: ''
|
||||
labels: ['enhancement']
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
|
|
|||
|
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
name: Test failure
|
||||
about: Report a failing or a flaky test
|
||||
title: '[TEST-FAILURE] <short description>'
|
||||
labels: ['test-failure']
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
<!--Before submitting a test failure report, please check open issues to ensure this failure has not already been reported. -->
|
||||
|
||||
**Summary**
|
||||
|
||||
A short description of the failure.
|
||||
|
||||
**Failing test(s)**
|
||||
|
||||
- Test name:
|
||||
- CI link(s):
|
||||
|
||||
**Error stack trace**
|
||||
|
||||
A relevant stack trace for the test failure.
|
||||
Loading…
Reference in New Issue