From d9c0ad898866640e6cd24a4ca799e3ca48ec5531 Mon Sep 17 00:00:00 2001 From: goaaats Date: Tue, 11 Dec 2018 00:18:08 +0100 Subject: [PATCH 1/2] 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 From 3605c18dc11cc1f867609d07c84db3f1da5fc0be Mon Sep 17 00:00:00 2001 From: goaaats Date: Tue, 11 Dec 2018 00:21:51 +0100 Subject: [PATCH 2/2] Punctuation --- .github/ISSUE_TEMPLATE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 16824475..9edef5fe 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,9 +1,9 @@ -**Describe the problem:** *Please describe the problem you're encountering accurately, including steps to reproduce/recreate the issue* +**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* +**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 +**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