From cf476e9e60cb36cd7f6550fefdbcc8bcd989a706 Mon Sep 17 00:00:00 2001 From: goaaats Date: Tue, 11 Dec 2018 00:18:08 +0100 Subject: [PATCH] Add issue template, .github folder --- CONTRIBUTING.md => .github/CONTRIBUTING.md | 0 .github/ISSUE_TEMPLATE.md | 9 +++++++++ 2 files changed, 9 insertions(+) rename CONTRIBUTING.md => .github/CONTRIBUTING.md (100%) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..16824475 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,9 @@ +**Describe the problem:** *Please describe the problem you're encountering accurately, including steps to reproduce/recreate the issue* + +**Screenshots or videos needed to identify the problem:** *Please attach screenshots or videos showing the problem to this issue, if applicable* + +**Sapphire branch and commit:** *You can get this by checking the server startup message in your console window, running `` git describe --all`` in a console window or looking at your git client.* + +**Logs:** *You can get these from the /bin/logs directory in your sapphire clone, please attach them to this issue.* + +**Setup:** *Please note down which operating system you are using and any other information about your setup which could be of use to us, like compiler/Visual Studio version and FFXIV version* \ No newline at end of file