diff --git a/.github/ISSUE_TEMPLATE/doc_lib.yaml b/.github/ISSUE_TEMPLATE/doc_lib.yaml deleted file mode 100644 index e9b0a54..0000000 --- a/.github/ISSUE_TEMPLATE/doc_lib.yaml +++ /dev/null @@ -1,29 +0,0 @@ -name: Doc or Lib Update 📌 -description: Track a Documentation or Library/SDK update that is required -type: "Subtask" -projects: ["Woosmap/29"] - -body: -- type: dropdown - attributes: - label: Is this a Doc or Lib/SDK change - options: - - Doc - - Lib/SDK - validations: - required: true -- type: input - attributes: - label: Related Issue - description: URL to the issue which causes this change -- type: textarea - attributes: - label: Description - description: List and Explain exactly what documentation or Library change is required - validations: - required: true -- type: markdown - attributes: - value: | - Thanks for completing the form! - Don't forget to fill in the project fields. diff --git a/.github/ISSUE_TEMPLATE/spike.yml b/.github/ISSUE_TEMPLATE/spike.yml deleted file mode 100644 index 96b72ed..0000000 --- a/.github/ISSUE_TEMPLATE/spike.yml +++ /dev/null @@ -1,39 +0,0 @@ -name: SPIKE 🔍 -description: A decision needs to be made -labels: ["spike"] -projects: ["Woosmap/29"] - -body: -- type: markdown - attributes: - value: | - For more info on how to use a SPIKE look [here](https://docs.woosmap.dev/how_we_work/issues/#spikes) -- type: textarea - attributes: - label: Question - description: The Question to be answered. - validations: - required: true -- type: textarea - attributes: - label: Possible Solutions - description: The list of possible solutions to persue, it could just be one. -- type: textarea - attributes: - label: Outcomes - description: The result of each solution tried. - value: | - - [ ] Change Me -- type: textarea - attributes: - label: Decision Makers - description: The list of people who should make the choice once given the outcomes. -- type: textarea - attributes: - label: Chosen Solution - description: The Solition chosen and why. -- type: markdown - attributes: - value: | - Thanks for completing our form! - Don't forget to fill in the project fields. diff --git a/.github/ISSUE_TEMPLATE/task.yaml b/.github/ISSUE_TEMPLATE/task.yaml index fd5324b..f2a4723 100644 --- a/.github/ISSUE_TEMPLATE/task.yaml +++ b/.github/ISSUE_TEMPLATE/task.yaml @@ -1,43 +1,29 @@ -name: Feature 📗 -description: Track a single simple piece of work +name: Task 📗 +description: Track a valuable piece of work labels: [] projects: ["Woosmap/29"] body: -- type: markdown - attributes: - value: | - For more info on how to use a Task look [here](https://docs.woosmap.dev/how_we_work/issues/#tasks) -- type: textarea - attributes: - label: What? - description: Detailed description of the task. - validations: - required: true -- type: textarea - attributes: - label: Why? - description: Why is this change important. - validations: - required: true -- type: textarea - attributes: - label: Documentation? - description: Are there any internal or public documentation updates that should come with this change. - validations: - required: true -- type: textarea - attributes: - label: Engineering Section - description: After engineers have discussed are there any comments, solution points or push back -- type: textarea - attributes: - label: Blockers - description: List tasks, info etc., if any, which must be completed to start this one. - placeholder: | - "- [ ] " -- type: markdown - attributes: - value: | - Thanks for completing the form! - Don't forget to fill in the project fields. + - type: markdown + attributes: + value: | + For more info on how to use a Task look [here](https://docs.woosmap.dev/how_we_work/issues/#tasks) + - type: textarea + attributes: + label: What? + description: Detailed description of the problem or opportunity. What needs to change? + validations: + required: true + - type: textarea + attributes: + label: Why? + description: | + The value it adds. Who benifits and how? Is this customer pain point, internal efficiency or a + security requirement etc. + validations: + required: true + - type: markdown + attributes: + value: | + Thanks for completing the form! + Don't forget to shape it later to add more information!