Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .github/ISSUE_TEMPLATE/01-feature.md

This file was deleted.

29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/01-feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: 💡 Feature Request
description: Tell us about a problem our SDK could solve but doesn't.
labels: ["Ruby", "Feature"]
body:
- type: textarea
id: problem
attributes:
label: Problem Statement
description: What problem could Sentry solve that it doesn't?
placeholder: |-
I want to make whirled peas, but Sentry doesn't blend.
validations:
required: true

- type: textarea
id: expected
attributes:
label: Solution Brainstorm
description: We know you have bright ideas to share ... share away, friend.
placeholder: |-
Add a blender to Sentry.
validations:
required: false

- type: markdown
attributes:
value: |-
## Thanks 🙏
Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.
11 changes: 0 additions & 11 deletions .github/ISSUE_TEMPLATE/02-improvement.md

This file was deleted.

29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/02-improvement.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: 💡 Improvement
description: Propose an improvement for existing functionality of the SDK.
labels: ["Ruby", "Improvement"]
body:
- type: textarea
id: problem
attributes:
label: Problem Statement
description: What problem could Sentry solve that it doesn't?
placeholder: |-
I want to make whirled peas, but Sentry doesn't blend.
validations:
required: true

- type: textarea
id: expected
attributes:
label: Solution Brainstorm
description: We know you have bright ideas to share ... share away, friend.
placeholder: |-
Add a blender to Sentry.
validations:
required: false

- type: markdown
attributes:
value: |-
## Thanks 🙏
Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/03-bug.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 🐞 Bug Report
description: "Report an unexpected problem or behavior of this SDK"
description: Report an unexpected problem or behavior of this SDK.
labels: ["Ruby", "Bug"]
body:
- type: textarea
Expand Down
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
blank_issues_enabled: false
contact_links:
- name: 📚 SDK Documentation
url: https://docs.sentry.io/
about: Check the SDK documentation
url: https://docs.sentry.io/platforms/ruby/
about: Check the SDK's documentation

- name: 📚 Ruby API Documentation
- name: 📚 SDK API Documentation
url: https://www.rubydoc.info/gems/sentry-ruby-core/Sentry
about: Check the SDK's Ruby API documentation
about: Check the SDK's API documentation

- name: 💬 Community Discord
url: https://discord.gg/PXa5Apfe7K
Expand Down
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/maintainer-blank.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Blank Issue
description: Blank Issue. Reserved for maintainers.
labels: ["Ruby"]
body:
- type: textarea
id: description
attributes:
label: Description
description: Please describe the issue.
validations:
required: true
Loading