From f727a66d3580404d65d3f85b6c9999e2d77c9581 Mon Sep 17 00:00:00 2001 From: Casey Date: Sat, 4 Jun 2022 12:38:58 -0400 Subject: [PATCH] Converted to the new Issue Template System --- .github/ISSUE_TEMPLATE.md | 26 ----------------------- .github/ISSUE_TEMPLATE/bug_report.md | 31 ++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 26 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index e26a763524..0000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,26 +0,0 @@ - - - - - -#### Brief description of the bug - - -#### What you expected to happen - - -#### What actually happened - - -#### Steps to reproduce -- (Step 1) -- (Step 2) -- (and so on) - - -#### Code Revision -- (Found using the "Show Server Revision" verb under the OOC tab.) - - -#### Anything else you may wish to add: -- (Location if it's a mapping issue, screenshots, sprites, etc.) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8b761636db..c5a7af856e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,7 @@ --- name: Bug report about: Create a report to help us improve +<<<<<<< HEAD --- @@ -13,13 +14,43 @@ about: Create a report to help us improve #### What actually happened +======= +title: '' +labels: 'Type: Bug' +assignees: '' + +--- + + + + + + +#### Brief description of the bug + + +#### What you expected to happen + + +#### What actually happened + + +>>>>>>> b5b5a45a2e... Merge pull request #13027 from ItsSelis/master #### Steps to reproduce - (Step 1) - (Step 2) - (and so on) +<<<<<<< HEAD #### Code Revision - (Found using the "Show Server Revision" verb under the OOC tab.) +======= + +#### Code Revision +- (Found using the "Show Server Revision" verb under the OOC tab.) + + +>>>>>>> b5b5a45a2e... Merge pull request #13027 from ItsSelis/master #### Anything else you may wish to add: - (Location if it's a mapping issue, screenshots, sprites, etc.)