Skip to content

Commit 3a33d9d

Browse files
committed
Docs: Mention checkbox in issue request
1 parent eb67d1d commit 3a33d9d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,14 @@ body:
7272
placeholder: [email protected]
7373
validations:
7474
required: false
75+
- type: checkboxes
76+
id: mentions
77+
attributes:
78+
label: Are you open to being tagged as a contributor?
79+
description: Sometimes a good bug report is just as valuable as a patch 🤗
80+
options:
81+
- label: I am open to being mentioned in the project `.git` history as a contributor
82+
required: false
7583
- type: checkboxes
7684
id: duplicate
7785
attributes:

0 commit comments

Comments
 (0)