Skip to content

Commit 6a15c90

Browse files
committed
✨ Adds Discord notification checkbox
Adds a checkbox to the bug report form that allows users to opt-out of sending a notification to Discord when submitting a bug report. - Allows users to control Discord notifications for bug reports - Defaults to sending notifications
1 parent c19fb06 commit 6a15c90

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,13 @@ body:
5050
- Wallet:
5151
validations:
5252
required: false
53+
54+
- type: checkboxes
55+
id: notify_discord
56+
attributes:
57+
label: Notify Discord
58+
description: Uncheck if this bug shouldn't ping Discord.
59+
options:
60+
- label: Send to Discord
61+
default: true
62+
required: false

0 commit comments

Comments
 (0)