Skip to content

Commit d8c1066

Browse files
chore(meta): update issue templates to use issue types (#2488)
1 parent 9d37d28 commit d8c1066

File tree

5 files changed

+59
-61
lines changed

5 files changed

+59
-61
lines changed
Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
---
2-
name: Feature Request
3-
about: Propose a new feature of the Ruby SDK
4-
title: ''
5-
labels: enhancement
6-
assignees:
7-
2+
name: 💡 Feature Request
3+
about: Propose new functionality for the SDK
4+
type: Feature
85
---
96

107
**Describe the idea**
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: 💡 Improvement
3+
about: Propose an improvement for existing functionality of the SDK
4+
type: Improvement
5+
---
6+
7+
**Describe the idea**
8+
9+
**Why do you think it's beneficial to most of the users**
10+
11+
**Possible implementation**

.github/ISSUE_TEMPLATE/03-bug.yml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
name: 🐞 Bug Report
2+
description: "Report an unexpected problem or behavior of this SDK"
3+
type: Bug
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: Issue Description
8+
validations:
9+
required: true
10+
- type: textarea
11+
attributes:
12+
label: Reproduction Steps
13+
validations:
14+
required: true
15+
- type: textarea
16+
attributes:
17+
label: Expected Behavior
18+
validations:
19+
required: true
20+
- type: textarea
21+
attributes:
22+
label: Actual Behavior
23+
validations:
24+
required: true
25+
- type: input
26+
attributes:
27+
label: Ruby Version
28+
validations:
29+
required: true
30+
- type: input
31+
attributes:
32+
label: SDK Version
33+
validations:
34+
required: true
35+
- type: input
36+
attributes:
37+
label: Integration and Its Version
38+
description: e.g. Rails/Sidekiq/Rake/DelayedJob...etc.
39+
validations:
40+
required: false
41+
- type: textarea
42+
attributes:
43+
label: Sentry Config
44+
validations:
45+
required: false

.github/ISSUE_TEMPLATE/bug_report.yml

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

.github/ISSUE_TEMPLATE/question.md

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

0 commit comments

Comments
 (0)