From 88ae9c7aecf05c269d65153b2bc72364df79cd06 Mon Sep 17 00:00:00 2001 From: Jim Date: Mon, 22 Jun 2020 14:32:10 -0700 Subject: [PATCH] issues: adds issue template. --- .github/ISSUE_TEMPLATE/custom.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/new-issue.md | 20 ++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/custom.md create mode 100644 .github/ISSUE_TEMPLATE/new-issue.md diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 00000000..48d5f81f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,10 @@ +--- +name: Custom issue template +about: Describe this issue template's purpose here. +title: '' +labels: '' +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/new-issue.md b/.github/ISSUE_TEMPLATE/new-issue.md new file mode 100644 index 00000000..346c0535 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new-issue.md @@ -0,0 +1,20 @@ +--- +name: New Issue +about: Use this template when creating a new issue. +title: '' +labels: '' +assignees: jimmylee + +--- + +# Purpose + +*Explain why you are creating this issue.* + +# Deliverable + +*Tell us about what the outcome of resolving this issue will be* + +# Dependencies + +N/A