Skip to content

Commit de75063

Browse files
chore: add form elements instead of freetext (#2623)
1 parent 60859d5 commit de75063

File tree

7 files changed

+74
-27
lines changed

7 files changed

+74
-27
lines changed

.github/ISSUE_TEMPLATE/01-feature.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/01-feature.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: 💡 Feature Request
2+
description: Tell us about a problem our SDK could solve but doesn't.
3+
labels: ["Ruby", "Feature"]
4+
body:
5+
- type: textarea
6+
id: problem
7+
attributes:
8+
label: Problem Statement
9+
description: What problem could Sentry solve that it doesn't?
10+
placeholder: |-
11+
I want to make whirled peas, but Sentry doesn't blend.
12+
validations:
13+
required: true
14+
15+
- type: textarea
16+
id: expected
17+
attributes:
18+
label: Solution Brainstorm
19+
description: We know you have bright ideas to share ... share away, friend.
20+
placeholder: |-
21+
Add a blender to Sentry.
22+
validations:
23+
required: false
24+
25+
- type: markdown
26+
attributes:
27+
value: |-
28+
## Thanks 🙏
29+
Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.

.github/ISSUE_TEMPLATE/02-improvement.md

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: 💡 Improvement
2+
description: Propose an improvement for existing functionality of the SDK.
3+
labels: ["Ruby", "Improvement"]
4+
body:
5+
- type: textarea
6+
id: problem
7+
attributes:
8+
label: Problem Statement
9+
description: What problem could Sentry solve that it doesn't?
10+
placeholder: |-
11+
I want to make whirled peas, but Sentry doesn't blend.
12+
validations:
13+
required: true
14+
15+
- type: textarea
16+
id: expected
17+
attributes:
18+
label: Solution Brainstorm
19+
description: We know you have bright ideas to share ... share away, friend.
20+
placeholder: |-
21+
Add a blender to Sentry.
22+
validations:
23+
required: false
24+
25+
- type: markdown
26+
attributes:
27+
value: |-
28+
## Thanks 🙏
29+
Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.

.github/ISSUE_TEMPLATE/03-bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 🐞 Bug Report
2-
description: "Report an unexpected problem or behavior of this SDK"
2+
description: Report an unexpected problem or behavior of this SDK.
33
labels: ["Ruby", "Bug"]
44
body:
55
- type: textarea

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: 📚 SDK Documentation
4-
url: https://docs.sentry.io/
5-
about: Check the SDK documentation
4+
url: https://docs.sentry.io/platforms/ruby/
5+
about: Check the SDK's documentation
66

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

1111
- name: 💬 Community Discord
1212
url: https://discord.gg/PXa5Apfe7K
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Blank Issue
2+
description: Blank Issue. Reserved for maintainers.
3+
labels: ["Ruby"]
4+
body:
5+
- type: textarea
6+
id: description
7+
attributes:
8+
label: Description
9+
description: Please describe the issue.
10+
validations:
11+
required: true

0 commit comments

Comments
 (0)