From b2aac55662a5aa2535ee8d0619b677cdde4718ea Mon Sep 17 00:00:00 2001 From: Brandon Strittmatter Date: Thu, 25 Jul 2019 10:43:08 -0400 Subject: [PATCH] Create other-issue.md --- .github/ISSUE_TEMPLATE/other-issue.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/other-issue.md diff --git a/.github/ISSUE_TEMPLATE/other-issue.md b/.github/ISSUE_TEMPLATE/other-issue.md new file mode 100644 index 0000000..f451f2e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other-issue.md @@ -0,0 +1,15 @@ +--- +name: Other Issue +about: Report an issue with the codebase +--- + +### Description + +#### What is the current behavior? +A clear and concise description of what is happening. + +#### What is the expected behavior? +A clear and concise description of what you expected to happen. + +#### Additional Context +Add any other context about the problem here.