Skip to content

Commit

Permalink
[INLONG-1662] Improve GitHub issue templates (apache#1663)
Browse files Browse the repository at this point in the history
* [INLONG-1662] Improve issue templates

- remove assignees
- add inlong component option to bug-report and improve-request

issue: apache#1662

* [INLONG-1662] Update component options in issue template

- remove `InLong TubeMQ-Manager` option
- add `Other for not specified component` option
- set options as required

issue: apache#1662

* [INLONG-1662] Update component dropdown description in issue template

issue: apache#1662
  • Loading branch information
shink authored Oct 18, 2021
1 parent 32f2abf commit 7b2caf5
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 8 deletions.
20 changes: 18 additions & 2 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ name: '🐛 Bug Report'
title: '[Bug]'
description: Problems and issues with code of Apache InLong
labels: [ 'bug' ]
assignees:
- dockerzhang
body:
- type: markdown
attributes:
Expand Down Expand Up @@ -83,6 +81,24 @@ body:
validations:
required: true

- type: dropdown
attributes:
label: InLong Component
description: |
Which components of Apache InLong did you find the bug from?
multiple: true
options:
- 'InLong Manager'
- 'InLong Website'
- 'InLong Agent'
- 'InLong DataProxy'
- 'InLong DataProxy-SDK'
- 'InLong TubeMQ'
- 'InLong Sort'
- 'Other for not specified component'
validations:
required: true

- type: checkboxes
attributes:
label: Are you willing to submit PR?
Expand Down
2 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ name: '🎉 Feature Request'
title: "[Feature]"
description: Suggest an idea for Apache InLong
labels: [ "feature" ]
assignees:
- dockerzhang
body:
- type: markdown
attributes:
Expand Down
20 changes: 18 additions & 2 deletions .github/ISSUE_TEMPLATE/improve-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ name: '👍 Improve Request'
title: "[Improve]"
description: Suggest an idea for Apache InLong
labels: [ "improve" ]
assignees:
- dockerzhang
body:
- type: markdown
attributes:
Expand All @@ -34,6 +32,24 @@ body:
label: Description
description: A short description of your improvement suggestion.

- type: dropdown
attributes:
label: InLong Component
description: |
Which components of Apache InLong do you want to improve?
multiple: true
options:
- 'InLong Manager'
- 'InLong Website'
- 'InLong Agent'
- 'InLong DataProxy'
- 'InLong DataProxy-SDK'
- 'InLong TubeMQ'
- 'InLong Sort'
- 'Other for not specified component'
validations:
required: true

- type: checkboxes
attributes:
label: Are you willing to submit PR?
Expand Down
2 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ name: '❓ Question'
title: '[Question]'
description: Ask a question about Apache InLong
labels: [ 'question' ]
assignees:
- dockerzhang
body:
- type: markdown
attributes:
Expand Down

0 comments on commit 7b2caf5

Please sign in to comment.