-
-
Notifications
You must be signed in to change notification settings - Fork 452
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 (#1795)
- Loading branch information
1 parent
9b773f5
commit 675b22c
Showing
4 changed files
with
34 additions
and
4 deletions.
There are no files selected for viewing
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,30 @@ | ||
name: 💡 Improvement | ||
description: Propose an improvement for existing functionality of the SDK | ||
type: Improvement | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: Thanks for taking the time to file a request! Please fill out this form as completely as possible. | ||
- type: textarea | ||
id: problem | ||
attributes: | ||
label: Problem Statement | ||
description: A clear and concise description of what you want and what your use case is. | ||
placeholder: |- | ||
I want to make whirled peas, but Sentry doesn't blend. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected | ||
attributes: | ||
label: Solution Brainstorm | ||
description: We know you have bright ideas to share ... share away, friend. | ||
placeholder: |- | ||
Add a blender to Sentry. | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: |- | ||
## Thanks 🙏 | ||
Check our [triage docs](https://open.sentry.io/triage/) for what to expect next. |
1 change: 1 addition & 0 deletions
1
.github/ISSUE_TEMPLATE/bug.yml → .github/ISSUE_TEMPLATE/03-bug.yml
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