From ef2534b72e9ca53a4f67b1e1b08d332f1ed3ebcd Mon Sep 17 00:00:00 2001 From: Jayden Date: Fri, 12 Aug 2022 14:31:53 -0400 Subject: [PATCH] Create issue templates --- .github/ISSUE_TEMPLATE/api-issue.md | 33 +++++++++++++++++++ .../ISSUE_TEMPLATE/gameserver-bug-report.md | 31 +++++++++++++++++ .github/ISSUE_TEMPLATE/website-bug-report.md | 31 +++++++++++++++++ 3 files changed, 95 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/api-issue.md create mode 100644 .github/ISSUE_TEMPLATE/gameserver-bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/website-bug-report.md diff --git a/.github/ISSUE_TEMPLATE/api-issue.md b/.github/ISSUE_TEMPLATE/api-issue.md new file mode 100644 index 00000000..9e7fbe2d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/api-issue.md @@ -0,0 +1,33 @@ +--- +name: API issue +about: An issue relating to the API. +title: '' +labels: server:api +assignees: '' + +--- + +**Describe the problem** +A clear and concise description of what the problem is. + +**To Reproduce (if applicable)** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**API Version(s)** +- [e.g. /api/v1] + +**Affected endpoint(s)** +- [e.g. /status] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/gameserver-bug-report.md b/.github/ISSUE_TEMPLATE/gameserver-bug-report.md new file mode 100644 index 00000000..b135b3c9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/gameserver-bug-report.md @@ -0,0 +1,31 @@ +--- +name: Gameserver bug report +about: An issue inside or relating to a supported game. +title: '' +labels: bug, server:gameserver +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Game(s) affected** + - Platform [e.g. PS Vita, PS3, RPCS3, Vita3k, etc.] + - Game [e.g. LBP2, LBP Vita] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/website-bug-report.md b/.github/ISSUE_TEMPLATE/website-bug-report.md new file mode 100644 index 00000000..59de8533 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/website-bug-report.md @@ -0,0 +1,31 @@ +--- +name: Website bug report +about: An issue with the website. +title: '' +labels: bug, website +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Environment Details** + - OS: [e.g. iOS 15, Windows 10] + - Browser and Version [e.g. Google Chrome v91, Safari v15] + +**Additional context** +Add any other context about the problem here.