diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 00000000..4bc8afb5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,24 @@ +--- +name: Bug Report +about: There is a bug in functionality that needs to be fixed. +title: '' +labels: '' +assignees: '' + +--- + +## Description + + + +## Steps to Reproduce + + + +## Screenshots + + + +## Additional Information + + diff --git a/.github/ISSUE_TEMPLATE/epic.md b/.github/ISSUE_TEMPLATE/epic.md new file mode 100644 index 00000000..a1fdc675 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/epic.md @@ -0,0 +1,24 @@ +--- +name: Epic +about: An Epic for tracking multiple tasks related to a theme of work. +title: '' +labels: '' +assignees: '' +--- + +## Summary + + + +## References + + + +## Tasks + + diff --git a/.github/ISSUE_TEMPLATE/task.md b/.github/ISSUE_TEMPLATE/task.md new file mode 100644 index 00000000..7956bff2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/task.md @@ -0,0 +1,24 @@ +--- +name: Task +about: A descriptive task to be done. +title: '' +labels: '' +assignees: '' +--- + +## Summary + + + +## References + + + +## Acceptance Criteria + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..1a3d51b0 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,32 @@ +## Description + + + +## Technical Details + + + +## Checklist + + + +## Screenshots + + + +## To-do + + + +## Fixes/Covers issue + + +Fixes # + +