From e5aea37535b1c908e0d430edf7d7fe4c074f73fa Mon Sep 17 00:00:00 2001 From: Samir AMZANI Date: Mon, 26 Jun 2023 15:33:30 +0200 Subject: [PATCH 1/2] feat: add pitch issue template --- .github/ISSUE_TEMPLATE/pitch.yml | 55 ++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/pitch.yml diff --git a/.github/ISSUE_TEMPLATE/pitch.yml b/.github/ISSUE_TEMPLATE/pitch.yml new file mode 100644 index 000000000..8394f96dd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/pitch.yml @@ -0,0 +1,55 @@ +name: Pitch +description: 'Do you have an idea and a product enhancement? Time to pitch!' +title: '[PITCH]:' +labels: ['Pitch'] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this pitch! If you need some inspiration, you can check out these pitch examples: [Example 1](https://github.com/orgs/asyncapi/projects/16?pane=issue&itemId=24119991) and [Example 2](https://github.com/orgs/asyncapi/projects/16?pane=issue&itemId=29776963). + - type: textarea + id: problem + attributes: + label: Problem + description: "Please provide a detailed description of the problem that users are facing. Share the story or context that exposes the problem." + validations: + required: true + - type: textarea + id: solution + attributes: + label: Solution + description: "Describe your proposed solution to address the problem. You can include examples, mockups, or views to illustrate your solution." + validations: + required: true + - type: textarea + id: rabbit_holes + attributes: + label: Rabbit holes + description: "Identify potential technical, design, or other challenges that might arise during the implementation of the solution. Discuss any anticipated obstacles or complexities." + validations: + required: true + - type: textarea + id: scope + attributes: + label: Scope + description: "Outline a list of tasks or issues that need to be completed to bring the proposed solution to life. You don't need to provide an exhaustive list upfront." + placeholder: | + - [ ] Task 1 + - [ ] Task 2 + - [ ] Task 3 + validations: + required: true + - type: textarea + id: out-of-bounds + attributes: + label: Out of bounds + description: "Specify any elements or features that explicitly fall outside the scope of this pitch. Clarify what won't be included in the solution." + validations: + required: false + - type: textarea + id: success + attributes: + label: Success criteria + description: "Define the criteria that will determine the success of the proposed solution. Specify the specific outcomes or metrics that will indicate the effectiveness of the solution." + validations: + required: false From 7a7667d76a24a3060ff2afb6b4565e85c910ac8c Mon Sep 17 00:00:00 2001 From: Samir AMZANI Date: Tue, 27 Jun 2023 10:28:51 +0200 Subject: [PATCH 2/2] feat: change links --- .github/ISSUE_TEMPLATE/pitch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/pitch.yml b/.github/ISSUE_TEMPLATE/pitch.yml index 8394f96dd..c58c9af17 100644 --- a/.github/ISSUE_TEMPLATE/pitch.yml +++ b/.github/ISSUE_TEMPLATE/pitch.yml @@ -6,7 +6,7 @@ body: - type: markdown attributes: value: | - Thanks for taking the time to fill out this pitch! If you need some inspiration, you can check out these pitch examples: [Example 1](https://github.com/orgs/asyncapi/projects/16?pane=issue&itemId=24119991) and [Example 2](https://github.com/orgs/asyncapi/projects/16?pane=issue&itemId=29776963). + Thanks for taking the time to fill out this pitch! If you need some inspiration, you can check out these pitch examples: [Example 1](https://github.com/asyncapi/studio/issues/636) and [Example 2](https://github.com/asyncapi/studio/issues/703). - type: textarea id: problem attributes: