Skip to content

Commit 4028856

Browse files
authored
chore: update issue templates with blank issue and Discord link (#778)
1 parent 28f47d3 commit 4028856

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.github/ISSUE_TEMPLATE/04-blank.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Blank Issue
2+
description: Blank Issue. Reserved for maintainers.
3+
labels: ["Rust"]
4+
body:
5+
- type: textarea
6+
id: description
7+
attributes:
8+
label: Description
9+
description: Please describe the issue.
10+
validations:
11+
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
blank_issues_enabled: false
22
contact_links:
3+
- name: Join Sentry Discord
4+
url: https://discord.com/invite/sentry
5+
about: A place to talk about SDK development and other Sentry related topics. It's not meant as a support channel.
36
- name: Support Request
47
url: https://sentry.io/support
58
about: Use our dedicated support channel for paid accounts.
9+

0 commit comments

Comments
 (0)