Skip to content

Commit

Permalink
docs(ISSUE_TEMPLATE): add epic template (#916)
Browse files Browse the repository at this point in the history
Taken from Kong/kubernetes-ingress-controller#6779

Signed-off-by: Charly Molter <[email protected]>
Co-authored-by: Jintao Zhang <[email protected]>
  • Loading branch information
lahabana and tao12345666333 authored Dec 6, 2024
1 parent e97636f commit 50e0e08
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/epic.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
name: ☔ Epic
description: Use this template to propose a new feature or enhancement that requires multiple changes across the project.
labels: [ epic ]
title:
body:
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered.
options:
- label: I have searched the existing issues
required: true
- type: textarea
attributes:
label: Problem Statement
description: Without specifying a solution, describe what the project is missing today.
placeholder: |
The rotating project logo has a fixed size and color.
There is no way to make it larger and more shiny.
validations:
required: true
- type: textarea
attributes:
label: Supporting documentation
description: |
Link to supporting documentation, such as design documents, user stories, or other relevant information.
placeholder: |
User stories:
- As a user, I want to control the size of the rotating logo using a CLI flag.
- As a user, I want to control the color of the rotating logo using a CLI flag.
[Design document](https://example.com/design)
validations:
required: false
- type: textarea
attributes:
label: Acceptance Criteria
value: |
### Implementation
- [ ] Design
- [ ] Code
### Docs
- [ ] Guide and required documentation
- [ ] User-acceptance testing (someone not involved in the project tries the guide and the feature)
validations:
required: true

0 comments on commit 50e0e08

Please sign in to comment.