Create issue templates

This commit is contained in:
Jayden 2022-08-12 14:31:53 -04:00 committed by GitHub
parent 58599055ab
commit ef2534b72e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 95 additions and 0 deletions

33
.github/ISSUE_TEMPLATE/api-issue.md vendored Normal file
View 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.

View 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.

View 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.