From 3d8a7820f3fd9ab6378be84054be84e6d4ea6d36 Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto <5731772+marandaneto@users.noreply.github.com> Date: Wed, 3 Aug 2022 17:31:28 +0200 Subject: [PATCH] Chore refactor issue templates (#2408) --- .../BUG_REPORT.md} | 6 ++++++ .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md | 7 +++++++ .github/ISSUE_TEMPLATE/config.yml | 5 +++++ .github/ISSUE_TEMPLATE/maintainer-blank.yml | 17 +++++++++++++++++ 4 files changed, 35 insertions(+) rename .github/{ISSUE_TEMPLATE.md => ISSUE_TEMPLATE/BUG_REPORT.md} (84%) create mode 100644 .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/maintainer-blank.yml diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md similarity index 84% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/BUG_REPORT.md index 3a1921c8a2..c181ee7c4b 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -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 diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md new file mode 100644 index 0000000000..6afc6a3aaf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md @@ -0,0 +1,7 @@ +--- +name: Request a new feature +about: New feature for the @sentry/react-native package. +labels: ["Platform: React-Native", "enhancement"] +--- + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..819e8a1afb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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. diff --git a/.github/ISSUE_TEMPLATE/maintainer-blank.yml b/.github/ISSUE_TEMPLATE/maintainer-blank.yml new file mode 100644 index 0000000000..c4d42eb7df --- /dev/null +++ b/.github/ISSUE_TEMPLATE/maintainer-blank.yml @@ -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.