|
| 1 | +name: "Epic" |
| 2 | +description: "Guided creation of an epic for `openMCP`" |
| 3 | +title: "Epic: <one liner describing what this epic covers> " |
| 4 | +labels: ["kind/epic", "needs/validation"] |
| 5 | +body: |
| 6 | + - type: textarea |
| 7 | + id: Objective |
| 8 | + attributes: |
| 9 | + label: "Understand the Epic" |
| 10 | + description: "What is the Goal of this Epic ?" |
| 11 | + placeholder: | |
| 12 | + <What is this Epic about?> |
| 13 | + <What is the value-add?> |
| 14 | + validations: |
| 15 | + required: true |
| 16 | + - type: textarea |
| 17 | + id: context |
| 18 | + attributes: |
| 19 | + label: "Context / Background" |
| 20 | + description: "Provide any background or context information required to understand the epic more clearly." |
| 21 | + placeholder: | |
| 22 | + <Background / Contexte> |
| 23 | + validations: |
| 24 | + required: false |
| 25 | + - type: textarea |
| 26 | + id: user-stories |
| 27 | + attributes: |
| 28 | + label: "User Stories or tasks" |
| 29 | + description: "Which individual User Stories or tasks contribute to the overall Epic ?" |
| 30 | + placeholder: | |
| 31 | + <Put yourself into the shoes of an Enduser. What needs to be done to call this Epic done?> |
| 32 | + - [ ] <User Story 1> |
| 33 | + - [ ] <User Story 2> |
| 34 | + - [ ] ... |
| 35 | + validations: |
| 36 | + required: false |
| 37 | + - type: textarea |
| 38 | + id: acceptance-criteria |
| 39 | + attributes: |
| 40 | + label: "What is required to accept the Epic as finished." |
| 41 | + description: "Define in detail which features / improvements must be available before accepting the Epic as finished." |
| 42 | + placeholder: | |
| 43 | + - [ ] <AC 1> |
| 44 | + - [ ] <AC 2> |
| 45 | + - [ ] <...> |
| 46 | + validations: |
| 47 | + required: true |
| 48 | + - type: textarea |
| 49 | + id: dependencies |
| 50 | + attributes: |
| 51 | + label: "Dependencies of this Epic" |
| 52 | + description: "Are there any known dependencies towards other Epics, tasks, other open source projects ?" |
| 53 | + placeholder: | |
| 54 | + - [ ] <dep 1> |
| 55 | + - [ ] <dep 2> |
| 56 | + - [ ] <...> |
| 57 | + validations: |
| 58 | + required: false |
| 59 | + - type: textarea |
| 60 | + id: risks |
| 61 | + attributes: |
| 62 | + label: "Risks of this Epic" |
| 63 | + description: "Are there any known risks for this epic ?" |
| 64 | + placeholder: | |
| 65 | + - [ ] <risk 1> |
| 66 | + - [ ] <risk 2> |
| 67 | + - [ ] <...> |
| 68 | + validations: |
| 69 | + required: false |
| 70 | + - type: textarea |
| 71 | + id: stakeholders |
| 72 | + attributes: |
| 73 | + label: "Known Stakeholders of this Epic" |
| 74 | + description: "Who is affected by this epic? Endusers ? Operators ? Developers ?" |
| 75 | + placeholder: | |
| 76 | + - [ ] <stakeholder 1> |
| 77 | + - [ ] <stakeholder 2> |
| 78 | + - [ ] <...> |
| 79 | + validations: |
| 80 | + required: false |
| 81 | + - type: textarea |
| 82 | + id: timeline |
| 83 | + attributes: |
| 84 | + label: "Milestone Definitions for this Epic." |
| 85 | + description: "Into which Milestones can this epic be divided ? What are their individual rough timelines ? Does not have to be exact, only a rough idea how long the epic and its milestones will take." |
| 86 | + placeholder: | |
| 87 | + - [ ] <Milestone 1 + date> |
| 88 | + - [ ] <Milestone 2 + date> |
| 89 | + - [ ] <...> |
| 90 | + validations: |
| 91 | + required: true |
| 92 | + - type: textarea |
| 93 | + id: metrics |
| 94 | + attributes: |
| 95 | + label: "Metrics Definition for this Epic." |
| 96 | + description: "What are measurable key metrics which indicate the successfull implementation of the Epic ?" |
| 97 | + placeholder: | |
| 98 | + - [ ] <Metric 1> |
| 99 | + - [ ] <Metric 2> |
| 100 | + - [ ] <...> |
| 101 | + validations: |
| 102 | + required: true |
| 103 | + - type: textarea |
| 104 | + id: resources |
| 105 | + attributes: |
| 106 | + label: "Any further valuable resources." |
| 107 | + description: "Any further resources, links, documents, ideas which might be valuable for thie Epic." |
| 108 | + placeholder: | |
| 109 | + - [ ] <resource 1> |
| 110 | + - [ ] <resource 2> |
| 111 | + - [ ] <...> |
| 112 | + validations: |
| 113 | + required: false |
| 114 | + |
0 commit comments