This is an automated email from the ASF dual-hosted git repository.
yao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new ea6e02b [KYUUBI #2086] Add issue template for subtasks - remove
duplicate labels
ea6e02b is described below
commit ea6e02b5f3b2f89d5d5a9d34a269efceeaf10af5
Author: Nick Song <[email protected]>
AuthorDate: Sun Mar 20 20:02:20 2022 +0800
[KYUUBI #2086] Add issue template for subtasks - remove duplicate labels
### _Why are the changes needed?_
### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including
negative and positive cases if possible
- [ ] Add screenshots for manual tests if appropriate
- [ ] [Run
test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests)
locally before make a pull request
Closes #2183 from Nick-0723/fix_duplicate_labels.
Closes #2086
fee74142 [Nick Song] remove duplicate labels
Authored-by: Nick Song <[email protected]>
Signed-off-by: Kent Yao <[email protected]>
---
.github/ISSUE_TEMPLATE/subtask.yml | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/subtask.yml
b/.github/ISSUE_TEMPLATE/subtask.yml
index ea8793d..e145a54 100644
--- a/.github/ISSUE_TEMPLATE/subtask.yml
+++ b/.github/ISSUE_TEMPLATE/subtask.yml
@@ -39,15 +39,6 @@ body:
issues.
required: true
- - type: checkboxes
- attributes:
- label: Search before asking
- options:
- - label: >
- I have searched in the
[issues](https://github.com/apache/incubator-kyuubi/issues) and found no similar
- issues.
- required: true
-
- type: textarea
attributes:
label: Describe the subtask