Skip to content

Commit

Permalink
chore: Ask for PR in templates (#2640)
Browse files Browse the repository at this point in the history
Kindly ask if users want to submit a PR when opening an issue.
The field is not required.
  • Loading branch information
philipphofmann committed Jan 23, 2023
1 parent 7fb7afb commit 156e771
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,14 @@ body:
validations:
required: true

- type: input
id: submit-a-pr
attributes:
label: Are you willing to submit a PR?
description: We accept contributions!
validations:
required: false

- type: markdown
attributes:
value: |-
Expand Down
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ body:
validations:
required: false

- type: input
id: submit-a-pr
attributes:
label: Are you willing to submit a PR?
description: We accept contributions!
validations:
required: false

- type: markdown
attributes:
value: |-
Expand Down

0 comments on commit 156e771

Please sign in to comment.