From 3acf51ad66591d00c0da2aca9f3099ab761affad Mon Sep 17 00:00:00 2001 From: Samet Akcay Date: Mon, 14 Oct 2024 09:36:23 +0100 Subject: [PATCH] Create epic.yaml --- .github/ISSUE_TEMPLATE/epic.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/epic.yaml diff --git a/.github/ISSUE_TEMPLATE/epic.yaml b/.github/ISSUE_TEMPLATE/epic.yaml new file mode 100644 index 0000000000..b3e2cc6b71 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/epic.yaml @@ -0,0 +1,30 @@ +name: Epic +description: A large body of work that can be broken down into smaller stories +title: "[EPIC] " +labels: ["epic"] +assignees: [] +body: + - type: markdown + attributes: + value: "## Epic Description" + - type: textarea + id: description + attributes: + label: Describe the epic + description: Provide a clear and concise description of what this epic encompasses + validations: + required: true + - type: textarea + id: goals + attributes: + label: Goals + description: What are the main goals of this epic? + validations: + required: true + - type: textarea + id: acceptance-criteria + attributes: + label: Acceptance Criteria + description: List the high-level acceptance criteria for this epic + validations: + required: true