Skip to content

Commit

Permalink
Chore refactor issue templates (#2408)
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto authored Aug 3, 2022
1 parent ad8f356 commit 3d8a782
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
name: 🐞 Bug Report
about: Tell us about something that's not working the way we (probably) intend.
labels: ["Platform: React-Native", "Type: 🪲 Bug"]
---

**OS:**
- [ ] Windows
- [ ] MacOS
Expand Down
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
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) -->
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/maintainer-blank.yml
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.

0 comments on commit 3d8a782

Please sign in to comment.