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.