Skip to content

Commit

Permalink
chore(meta): update issue templates to use issue types (#2488)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanie-anderson authored Dec 10, 2024
1 parent 9d37d28 commit d8c1066
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 61 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
---
name: Feature Request
about: Propose a new feature of the Ruby SDK
title: ''
labels: enhancement
assignees:

name: 💡 Feature Request
about: Propose new functionality for the SDK
type: Feature
---

**Describe the idea**
Expand Down
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/02-improvement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: 💡 Improvement
about: Propose an improvement for existing functionality of the SDK
type: Improvement
---

**Describe the idea**

**Why do you think it's beneficial to most of the users**

**Possible implementation**
45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/03-bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: 🐞 Bug Report
description: "Report an unexpected problem or behavior of this SDK"
type: Bug
body:
- type: textarea
attributes:
label: Issue Description
validations:
required: true
- type: textarea
attributes:
label: Reproduction Steps
validations:
required: true
- type: textarea
attributes:
label: Expected Behavior
validations:
required: true
- type: textarea
attributes:
label: Actual Behavior
validations:
required: true
- type: input
attributes:
label: Ruby Version
validations:
required: true
- type: input
attributes:
label: SDK Version
validations:
required: true
- type: input
attributes:
label: Integration and Its Version
description: e.g. Rails/Sidekiq/Rake/DelayedJob...etc.
validations:
required: false
- type: textarea
attributes:
label: Sentry Config
validations:
required: false
46 changes: 0 additions & 46 deletions .github/ISSUE_TEMPLATE/bug_report.yml

This file was deleted.

9 changes: 0 additions & 9 deletions .github/ISSUE_TEMPLATE/question.md

This file was deleted.

0 comments on commit d8c1066

Please sign in to comment.