Skip to content

Commit

Permalink
Breaking changes to GitHub's Issue Forms (#1733)
Browse files Browse the repository at this point in the history
* Breaking changes to feature request

Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>

* Remove issue body

Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>

* Update suggest scaler for breaking changes

Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>

* Update bug report for breaking changes

Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
  • Loading branch information
tomkerkhove authored Apr 9, 2021
1 parent db05c0c commit 9987d15
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
8 changes: 6 additions & 2 deletions .github/ISSUE_TEMPLATE/1_feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Feature request 🧭
about: Suggest an idea for this project
description: Suggest an idea for this project
labels: "needs-discussion,feature-request"
issue_body: true
body:
- type: textarea
attributes:
Expand All @@ -17,3 +16,8 @@ body:
placeholder: "Tell us more what you'd like to achieve."
validations:
required: false
- type: textarea
id: anything-else
attributes:
label: Anything else?
description: "Let us know if you have anything else to share"
8 changes: 6 additions & 2 deletions .github/ISSUE_TEMPLATE/2_suggest_scaler.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Suggest a new scaler ⚙
about: Suggest a new scaler to add
description: Suggest a new scaler to add
labels: "scaler, needs-discussion"
issue_body: true
body:
- type: textarea
attributes:
Expand All @@ -26,3 +25,8 @@ body:
description: How would you like to authenticate
validations:
required: true
- type: textarea
id: anything-else
attributes:
label: Anything else?
description: "Let us know if you have anything else to share"
6 changes: 5 additions & 1 deletion .github/ISSUE_TEMPLATE/3_bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Report a bug 🐛
description: Create a report to help us improve
labels: "bug"
issue_body: true
body:
- type: textarea
attributes:
Expand Down Expand Up @@ -90,3 +89,8 @@ body:
placeholder: ie. Azure Service Bus, Kafka, ...
validations:
required: false
- type: textarea
id: anything-else
attributes:
label: Anything else?
description: "Let us know if you have anything else to share"

0 comments on commit 9987d15

Please sign in to comment.