From 06fd7635c529ff458257bf4e9f633baccd69e5d3 Mon Sep 17 00:00:00 2001 From: RahiDroid Date: Wed, 2 Mar 2022 01:30:54 +0530 Subject: [PATCH 1/2] Doc: Add PR Template --- .github/PULL_REQUEST_TEMPLATE.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md 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 # + + From 51449e6d74bcf0fa2bc588a56622abf80da46127 Mon Sep 17 00:00:00 2001 From: RahiDroid Date: Wed, 2 Mar 2022 01:31:03 +0530 Subject: [PATCH 2/2] Doc: Add Issues templates --- .github/ISSUE_TEMPLATE/bug.md | 24 ++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/epic.md | 24 ++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/task.md | 24 ++++++++++++++++++++++++ 3 files changed, 72 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/epic.md create mode 100644 .github/ISSUE_TEMPLATE/task.md 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 + +