From bd5d0c337efb539d3d6faf49a8f7917f3caf12a3 Mon Sep 17 00:00:00 2001 From: Anton Osika Date: Wed, 21 Jun 2023 01:26:58 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/issue-template.md | 36 ++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/issue-template.md diff --git a/.github/ISSUE_TEMPLATE/issue-template.md b/.github/ISSUE_TEMPLATE/issue-template.md new file mode 100644 index 0000000..720132d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue-template.md @@ -0,0 +1,36 @@ +--- +name: Issue template +about: All templates should use this format unless there is a reason not to +title: '' +labels: '' +assignees: '' + +--- + +**YOU MAY DELETE THE ENTIRE TEMPLATE BELOW.** + +# Issue Template + +## Expected Behavior + +Please describe the behavior you are expecting. + +## Current Behavior + +What is the current behavior? + +## Failure Information (for bugs) + +Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template. + +### Steps to Reproduce + +Please provide detailed steps for reproducing the issue. + +1. step 1 +2. step 2 +3. you get it... + +### Failure Logs + +Please include any relevant log snippets or files here.