Skip to content

Commit

Permalink
chore(meta): update issue templates to use issue types (#1795)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanie-anderson authored Dec 10, 2024
1 parent 9b773f5 commit 675b22c
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 💡 Feature Request
description: Create a feature request for sentry-php SDK.
labels: 'enhancement'
description: Propose new functionality for the SDK
type: Feature
body:
- type: markdown
attributes:
Expand All @@ -27,4 +27,4 @@ body:
attributes:
value: |-
## Thanks 🙏
Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.
Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/02-improvement.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: 💡 Improvement
description: Propose an improvement for existing functionality of the SDK
type: Improvement
body:
- type: markdown
attributes:
value: Thanks for taking the time to file a request! Please fill out this form as completely as possible.
- type: textarea
id: problem
attributes:
label: Problem Statement
description: A clear and concise description of what you want and what your use case is.
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: true
- type: markdown
attributes:
value: |-
## Thanks 🙏
Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: 🐞 Bug Report
description: Tell us about something that's not working the way we (probably) intend.
type: Bug
body:
- type: dropdown
id: type
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ contact_links:
- name: Support Request
url: https://sentry.io/support
about: Use our dedicated support channel for paid accounts.

0 comments on commit 675b22c

Please sign in to comment.