Skip to content

Commit

Permalink
Workaround GitHub issue templates bug (#13179)
Browse files Browse the repository at this point in the history
* Update bug_report.yml

* Update feature_request.yml

* Update bug_report.yml

* Update bug_report.yml

* Update bug_report.yml

* Update bug_report.yml

* Update bug_report.yml

* Update bug_report.yml

* Update feature_request.yml

* Update bug_report.yml

* Update feature_request.yml
  • Loading branch information
nicolo-ribaudo committed Apr 20, 2021
1 parent bdbd07d commit 21ef7c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ body:
value: Thanks for taking the time to file a bug report! Please fill out this form as completely as possible.

- type: checkboxes
id: input1
attributes:
label: ""
label: "馃捇"
options:
- label: Would you like to work on a fix?

Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: "馃殌 Feature Request"
description: "I have a specific suggestion for Babel!"
title: ""
labels: ["i: needs triage", "i: enhancement"]
body:
- type: markdown
attributes:
value: Thanks for taking the time to suggest a new feature! Please fill out this form as completely as possible.

- type: checkboxes
id: input1
attributes:
label: ""
label: "馃捇"
description: |
Check this if you would like to implement a PR, we are more than happy to help you go through the process
options:
Expand Down

0 comments on commit 21ef7c8

Please sign in to comment.