From ad5aa9df5caa80a3ad0b0ac01c73c0b2def2d844 Mon Sep 17 00:00:00 2001 From: Ryan Ahearn Date: Tue, 27 Aug 2024 17:14:28 -0400 Subject: [PATCH] Add default issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 37 +++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/story.md | 31 +++++++++++++++++++++++ .github/pull_request_template.md | 38 ++++++++++++++++++++++++++++ 3 files changed, 106 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/story.md create mode 100644 .github/pull_request_template.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..6238dd4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,37 @@ +--- +name: Bug Report +about: Create a new issue for a problem or bug +title: '' +labels: 'bug' +assignees: '' + +--- + +# Bug/Issue + + + +## What was the problem? + + + + + + + + diff --git a/.github/ISSUE_TEMPLATE/story.md b/.github/ISSUE_TEMPLATE/story.md new file mode 100644 index 0000000..c94f14f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/story.md @@ -0,0 +1,31 @@ +--- +name: New User Story +about: Create a new issue in using the "user story" format. +title: '' +labels: 'story' +assignees: '' + +--- + +## Story + +As a ***TYPE_OF_USER***, +I would like to ***NEW_FUNCTIONALITY***, +So that I can ***ACCEPTED_OUTCOME*** + +## Solution + + + +```[tasklist] +### Tasks +- [ ] One task +- [ ] Another task +``` + +## Acceptance Criteria + + + +- [ ] One criteria +- [ ] Another criteria diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..842c5fc --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,38 @@ + + +# 🎫 Addresses issue: #0 + + +## 🛠 Summary of changes + + + + + +