Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(meta): update issue templates to use issue types #2488

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading