We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28f47d3 commit 4028856Copy full SHA for 4028856
.github/ISSUE_TEMPLATE/04-blank.yml
@@ -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
@@ -1,5 +1,9 @@
blank_issues_enabled: false
contact_links:
+ - name: Join Sentry Discord
+ url: https://discord.com/invite/sentry
+ about: A place to talk about SDK development and other Sentry related topics. It's not meant as a support channel.
- name: Support Request
url: https://sentry.io/support
about: Use our dedicated support channel for paid accounts.
+
0 commit comments