Skip to content

Commit

Permalink
Fix issue template errors (#1945)
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto committed Mar 11, 2022
1 parent 616cb12 commit b635c5b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 13 deletions.
2 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,3 @@ body:
value: |-
## Thanks 🙏
Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.
validations:
required: false
4 changes: 1 addition & 3 deletions .github/ISSUE_TEMPLATE/bug_report_java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ body:
id: java_version
attributes:
description: Java Version
placeholder: 11
placeholder: 8 ← should look like this
label: Java Version
validations:
required: true
Expand Down Expand Up @@ -75,5 +75,3 @@ body:
value: |-
## Thanks 🙏
Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.
validations:
required: false
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
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.
4 changes: 1 addition & 3 deletions .github/ISSUE_TEMPLATE/feature_android.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 💡 Feature Request
name: 💡 Feature Request - Android
description: Tell us about a problem our SDK could solve but doesn't.
labels: ["Platform: Android", "Type: Feature Request"]
body:
Expand Down Expand Up @@ -27,5 +27,3 @@ body:
value: |-
## Thanks 🙏
Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.
validations:
required: false
4 changes: 1 addition & 3 deletions .github/ISSUE_TEMPLATE/feature_java.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 💡 Feature Request
name: 💡 Feature Request - Java
description: Tell us about a problem our SDK could solve but doesn't.
labels: ["Platform: Java", "Type: Feature Request"]
body:
Expand Down Expand Up @@ -27,5 +27,3 @@ body:
value: |-
## Thanks 🙏
Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.
validations:
required: false
2 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE/maintainer-blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,3 @@ body:
value: |-
## Thanks 🙏
Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.
validations:
required: false

0 comments on commit b635c5b

Please sign in to comment.