From 0c6d9ab625db2428d362dcbfd9b64b1aab5549d3 Mon Sep 17 00:00:00 2001 From: Trentin C Bergeron Date: Thu, 7 Sep 2023 15:56:53 -0700 Subject: [PATCH] Update issue templates Added two new templates as per the standard process. --- .github/ISSUE_TEMPLATE/epic-template.md | 34 ++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/issue-template.md | 16 +++++++++++ 2 files changed, 50 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/epic-template.md create mode 100644 .github/ISSUE_TEMPLATE/issue-template.md diff --git a/.github/ISSUE_TEMPLATE/epic-template.md b/.github/ISSUE_TEMPLATE/epic-template.md new file mode 100644 index 0000000000..603c0bd190 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/epic-template.md @@ -0,0 +1,34 @@ +--- +name: Epic Template +about: Epics are milestones or groups of alike issues +title: '' +labels: Epic +assignees: '' + +--- + +### Description + +(Overview of milestone or function governed by this epic) + +### Resources + +(Relevant documentation, Figma links, and other reference material) + +Item 1 + +Item 2 + +Item 3 + +```[tasklist] + +### Related Issues + +[ ] https://github.com/near/github-project-test/issues/1 + +[ ] https://github.com/near/github-project-test/issues/2 + +[ ] https://github.com/near/github-project-test/issues/3 + +``` diff --git a/.github/ISSUE_TEMPLATE/issue-template.md b/.github/ISSUE_TEMPLATE/issue-template.md new file mode 100644 index 0000000000..1af0683be4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue-template.md @@ -0,0 +1,16 @@ +--- +name: Issue Template +about: Regular issues like defects or tasks. +title: '' +labels: '' +assignees: '' + +--- + +### Description + +(Summary of task, purpose, impact) + +### Optional: User Story + +(As a [user], I need [function, outcome, enhancement] that [provides value].)