Skip to content

Commit 675b22c

Browse files
chore(meta): update issue templates to use issue types (#1795)
1 parent 9b773f5 commit 675b22c

File tree

4 files changed

+34
-4
lines changed

4 files changed

+34
-4
lines changed

.github/ISSUE_TEMPLATE/feature.yml renamed to .github/ISSUE_TEMPLATE/01-feature.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 💡 Feature Request
2-
description: Create a feature request for sentry-php SDK.
3-
labels: 'enhancement'
2+
description: Propose new functionality for the SDK
3+
type: Feature
44
body:
55
- type: markdown
66
attributes:
@@ -27,4 +27,4 @@ body:
2727
attributes:
2828
value: |-
2929
## Thanks 🙏
30-
Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.
30+
Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: 💡 Improvement
2+
description: Propose an improvement for existing functionality of the SDK
3+
type: Improvement
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: Thanks for taking the time to file a request! Please fill out this form as completely as possible.
8+
- type: textarea
9+
id: problem
10+
attributes:
11+
label: Problem Statement
12+
description: A clear and concise description of what you want and what your use case is.
13+
placeholder: |-
14+
I want to make whirled peas, but Sentry doesn't blend.
15+
validations:
16+
required: true
17+
- type: textarea
18+
id: expected
19+
attributes:
20+
label: Solution Brainstorm
21+
description: We know you have bright ideas to share ... share away, friend.
22+
placeholder: |-
23+
Add a blender to Sentry.
24+
validations:
25+
required: true
26+
- type: markdown
27+
attributes:
28+
value: |-
29+
## Thanks 🙏
30+
Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.

.github/ISSUE_TEMPLATE/bug.yml renamed to .github/ISSUE_TEMPLATE/03-bug.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: 🐞 Bug Report
22
description: Tell us about something that's not working the way we (probably) intend.
3+
type: Bug
34
body:
45
- type: dropdown
56
id: type

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ contact_links:
33
- name: Support Request
44
url: https://sentry.io/support
55
about: Use our dedicated support channel for paid accounts.
6-

0 commit comments

Comments
 (0)