-
-
Notifications
You must be signed in to change notification settings - Fork 338
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chore refactor issue templates (#2408)
- Loading branch information
1 parent
ad8f356
commit 3d8a782
Showing
4 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
.github/ISSUE_TEMPLATE.md → .github/ISSUE_TEMPLATE/BUG_REPORT.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,7 @@ | ||
--- | ||
name: Request a new feature | ||
about: New feature for the @sentry/react-native package. | ||
labels: ["Platform: React-Native", "enhancement"] | ||
--- | ||
|
||
<!-- Please clarify if this feature is for Flutter or just Dart (i.e AngularDart, CLI, Server) --> |
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,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Join Sentry Discord | ||
url: https://discord.com/invite/sentry | ||
about: A place to talk about SDK development and other Sentry related topics. It's not meant as a support channel. |
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,17 @@ | ||
name: Blank Issue | ||
description: Blank Issue. Reserved for maintainers. | ||
labels: ["Platform: React-Native"] | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: Please describe the issue. | ||
validations: | ||
required: true | ||
|
||
- type: markdown | ||
attributes: | ||
value: |- | ||
## Thanks 🙏 | ||
Check our [triage docs](https://open.sentry.io/triage/) for what to expect next. |