Skip to content

Commit

Permalink
test: issue forms
Browse files Browse the repository at this point in the history
  • Loading branch information
eruizalo committed Aug 16, 2022
1 parent 552fbc0 commit 67d7c2f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 20 deletions.
16 changes: 7 additions & 9 deletions .github/ISSUE_TEMPLATE/bug_report_form.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Bug Report form
name: 🐛 Bug Report form
description: Report a bug using a form. Use this option by default
title: "[Bug report]: "
labels: ["bug"]
Expand All @@ -17,16 +17,14 @@ body:
# options:
# - label: I have checked the current created issues, and it seems there is no other issue like this one.
# required: true
- type: dropdown
id: issue_not_duplicated
- type: checkboxes
attributes:
label: Issue duplicity
description: Please, before creating a new issue, check if there is another one like this one.
label: Code of Conduct
description: The Code of Conduct helps create a safe space for everyone. We require
that everyone agrees to it.
options:
- NO
- YES
validations:
required: true
- label: I agree to follow this project's [Code of Conduct](link/to/coc)
required: true
- type: input
id: version
attributes:
Expand Down
12 changes: 1 addition & 11 deletions .github/ISSUE_TEMPLATE/feature_request_form.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Feature request form
name: 🆒🆙 Feature request form
description: Create a feature request using a form. Use this option by default
title: "[Feature request]: "
labels: ["enhancement"]
Expand All @@ -17,16 +17,6 @@ body:
# options:
# - label: It seems this feature is not requested yet
# required: true
- type: dropdown
id: feature_request_not_duplicated
attributes:
label: Feature request duplicity
description: Please, check there is no other feature request like this one to avoid duplicates.
options:
- NO
- YES
validations:
required: true
- type: textarea
id: suggestion
attributes:
Expand Down

0 comments on commit 67d7c2f

Please sign in to comment.