Skip to content

Commit 156e771

Browse files
chore: Ask for PR in templates (#2640)
Kindly ask if users want to submit a PR when opening an issue. The field is not required.
1 parent 7fb7afb commit 156e771

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,14 @@ body:
6464
validations:
6565
required: true
6666

67+
- type: input
68+
id: submit-a-pr
69+
attributes:
70+
label: Are you willing to submit a PR?
71+
description: We accept contributions!
72+
validations:
73+
required: false
74+
6775
- type: markdown
6876
attributes:
6977
value: |-

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ body:
2222
validations:
2323
required: false
2424

25+
- type: input
26+
id: submit-a-pr
27+
attributes:
28+
label: Are you willing to submit a PR?
29+
description: We accept contributions!
30+
validations:
31+
required: false
32+
2533
- type: markdown
2634
attributes:
2735
value: |-

0 commit comments

Comments
 (0)