From 971cbad8d2ef13d6776345e1a6965e5cfe69557f Mon Sep 17 00:00:00 2001 From: Stephanie Anderson Date: Tue, 10 Dec 2024 16:54:48 +0100 Subject: [PATCH] chore(meta): update issue templates to use issue types --- .../{feature.yml => 01-feature.yml} | 6 ++-- .github/ISSUE_TEMPLATE/02-improvement.yml | 30 +++++++++++++++++++ .../ISSUE_TEMPLATE/{bug.yml => 03-bug.yml} | 1 + .github/ISSUE_TEMPLATE/config.yml | 1 - 4 files changed, 34 insertions(+), 4 deletions(-) rename .github/ISSUE_TEMPLATE/{feature.yml => 01-feature.yml} (89%) create mode 100644 .github/ISSUE_TEMPLATE/02-improvement.yml rename .github/ISSUE_TEMPLATE/{bug.yml => 03-bug.yml} (99%) diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/01-feature.yml similarity index 89% rename from .github/ISSUE_TEMPLATE/feature.yml rename to .github/ISSUE_TEMPLATE/01-feature.yml index 615bbc9f7..164acf1b1 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/01-feature.yml @@ -1,6 +1,6 @@ name: 💡 Feature Request -description: Create a feature request for sentry-php SDK. -labels: 'enhancement' +description: Propose new functionality for the SDK +type: Feature body: - type: markdown attributes: @@ -27,4 +27,4 @@ body: attributes: value: |- ## Thanks 🙏 - Check our [triage docs](https://open.sentry.io/triage/) for what to expect next. \ No newline at end of file + Check our [triage docs](https://open.sentry.io/triage/) for what to expect next. diff --git a/.github/ISSUE_TEMPLATE/02-improvement.yml b/.github/ISSUE_TEMPLATE/02-improvement.yml new file mode 100644 index 000000000..ae828cd71 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/02-improvement.yml @@ -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. diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/03-bug.yml similarity index 99% rename from .github/ISSUE_TEMPLATE/bug.yml rename to .github/ISSUE_TEMPLATE/03-bug.yml index 1f0e71f73..75a3f6531 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/03-bug.yml @@ -1,5 +1,6 @@ name: 🐞 Bug Report description: Tell us about something that's not working the way we (probably) intend. +type: Bug body: - type: dropdown id: type diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index a6467ab0a..17d8a34dc 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,4 +3,3 @@ contact_links: - name: Support Request url: https://sentry.io/support about: Use our dedicated support channel for paid accounts. - \ No newline at end of file