-
-
Notifications
You must be signed in to change notification settings - Fork 504
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(meta): update issue templates to use issue types (#2488)
- Loading branch information
1 parent
9d37d28
commit d8c1066
Showing
5 changed files
with
59 additions
and
61 deletions.
There are no files selected for viewing
9 changes: 3 additions & 6 deletions
9
.github/ISSUE_TEMPLATE/feature_request.md → .github/ISSUE_TEMPLATE/01-feature.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.