diff --git a/.github/ISSUE_TEMPLATE/BUG.md b/.github/ISSUE_TEMPLATE/BUG.md new file mode 100644 index 0000000..877df0b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG.md @@ -0,0 +1,21 @@ +--- +name: Bug Report +about: Report a bug encountered while using +title: '' +labels: bug +assignees: '' + +--- + + + +**What happened**: + +**What you expected to happen**: + +**How to reproduce it (as minimally and precisely as possible)**: + +**Anything else we need to know?**: + +**Environment**: diff --git a/.github/ISSUE_TEMPLATE/CLEANUP.md b/.github/ISSUE_TEMPLATE/CLEANUP.md new file mode 100644 index 0000000..98440ea --- /dev/null +++ b/.github/ISSUE_TEMPLATE/CLEANUP.md @@ -0,0 +1,14 @@ +--- +name: Clean Up Request +about: Suggest to clean up code, process or tech debt to the project +title: '' +labels: cleanup +assignees: '' + +--- + + + +**What would you like to be cleaned**: + +**Why is this needed**: diff --git a/.github/ISSUE_TEMPLATE/FEATURE.md b/.github/ISSUE_TEMPLATE/FEATURE.md new file mode 100644 index 0000000..a9d4678 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/FEATURE.md @@ -0,0 +1,24 @@ +--- +name: Feature Request +about: Suggest a feature to the project +title: '' +labels: feature +assignees: '' + +--- + + + +**What would you like to be added**: + +**Why is this needed**: + +**Completion requirements**: + +This feature requires the following artifacts: + +- [ ] Design doc +- [ ] API change +- [ ] Docs update + +The artifacts should be linked in subsequent comments. diff --git a/.github/ISSUE_TEMPLATE/SUPPORT.md b/.github/ISSUE_TEMPLATE/SUPPORT.md new file mode 100644 index 0000000..0edf721 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/SUPPORT.md @@ -0,0 +1,8 @@ +--- +name: Support Request +about: Support request or question relating to the project +title: '' +labels: support +assignees: '' + +---