mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-23 21:51:29 +00:00
Create issue templates
This commit is contained in:
parent
58599055ab
commit
ef2534b72e
3 changed files with 95 additions and 0 deletions
33
.github/ISSUE_TEMPLATE/api-issue.md
vendored
Normal file
33
.github/ISSUE_TEMPLATE/api-issue.md
vendored
Normal file
|
@ -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.
|
31
.github/ISSUE_TEMPLATE/gameserver-bug-report.md
vendored
Normal file
31
.github/ISSUE_TEMPLATE/gameserver-bug-report.md
vendored
Normal file
|
@ -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.
|
31
.github/ISSUE_TEMPLATE/website-bug-report.md
vendored
Normal file
31
.github/ISSUE_TEMPLATE/website-bug-report.md
vendored
Normal file
|
@ -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.
|
Loading…
Add table
Add a link
Reference in a new issue