From a6271ea67b7e42424d3e153011ab3531a7a69502 Mon Sep 17 00:00:00 2001 From: Richard Carson Derr Date: Sun, 9 Jun 2024 19:08:13 -0400 Subject: [PATCH 1/2] contrib(issue-8): added story issue template --- .github/workflows/ISSUE_TEMPLATE/story.yaml | 28 +++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/workflows/ISSUE_TEMPLATE/story.yaml diff --git a/.github/workflows/ISSUE_TEMPLATE/story.yaml b/.github/workflows/ISSUE_TEMPLATE/story.yaml new file mode 100644 index 0000000..572a03d --- /dev/null +++ b/.github/workflows/ISSUE_TEMPLATE/story.yaml @@ -0,0 +1,28 @@ +name: Story +description: Represents stories +title: "story(subject): short description" +labels: ["story"] +body: + - type: textarea + id: description + attributes: + label: Description + description: Please provide an informal, general explanation of the work needed to be done, written from the perspective of the end user. + validations: + required: true + + - type: textarea + id: acceptance-criteria + attributes: + label: Acceptance Criteria + description: List the criteria for accepting this story as done + validations: + required: true + + - type: textarea + id: related-issues + attributes: + label: Related Issues + description: Please reference any other related issue, for example, if this story was created to address a bug report, reference the bug report issue here + validations: + required: false \ No newline at end of file From 0feee1fbe6a56d9411cc86ef1740722732233337 Mon Sep 17 00:00:00 2001 From: Richard Carson Derr Date: Sun, 9 Jun 2024 19:12:10 -0400 Subject: [PATCH 2/2] refactor(issue-8): move folder --- .github/{workflows => }/ISSUE_TEMPLATE/story.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{workflows => }/ISSUE_TEMPLATE/story.yaml (100%) diff --git a/.github/workflows/ISSUE_TEMPLATE/story.yaml b/.github/ISSUE_TEMPLATE/story.yaml similarity index 100% rename from .github/workflows/ISSUE_TEMPLATE/story.yaml rename to .github/ISSUE_TEMPLATE/story.yaml