Skip to content

Commit

Permalink
Merge pull request #441 from CnCNet/issue-template-v1
Browse files Browse the repository at this point in the history
Create issue templates
  • Loading branch information
brichardson1991 authored Jan 29, 2025
2 parents 99f44fa + c8c3e73 commit 59b2692
Show file tree
Hide file tree
Showing 4 changed files with 134 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/linux--bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: 'Linux: Bug report'
about: Create an issue that is happening on a distro of Linux
title: ''
labels: bug, Linux
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behaviour:
1. In the Game/Lobby
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behaviour**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Client Log or Crash Logs**
From your Yuri's Revenge install folder, please ensure you submit either your logs where possible:
Client\client.log
or
Client\ClientCrashLogs\ClientCrashLog_DATE_TIME.txt

**Desktop (please complete the following information):**
- Linux Distro: [Debian, Ubuntu, Lutris, Manjaro, Pop OS]
- Game Version: [Live, Dev, Beta]


**Additional context**
Add any other context about the problem here.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/macos--bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: 'MacOS: Bug report'
about: Create an issue that is happening on MacOS
title: ''
labels: bug, MacOS
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behaviour:
1. In the Game/Lobby
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behaviour**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Client Log or Crash Logs**
From your Yuri's Revenge install folder, please ensure you submit either your logs where possible:
Client\client.log
or
Client\ClientCrashLogs\ClientCrashLog_DATE_TIME.txt

**Desktop (please complete the following information):**
- MacOS Version: [13 Ventura, 14 Sonoma, 15 Sequoia]
- Game Version: [Live, Dev, Beta]


**Additional context**
Add any other context about the problem here.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/windows--bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: 'Windows: Bug report'
about: Create an issue that is happening on Windows
title: ''
labels: bug, Windows
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behaviour:
1. In the Game/Lobby
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behaviour**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Client Log or Crash Logs**
From your Yuri's Revenge install folder, please ensure you submit either your logs where possible:
Client\client.log
or
Client\ClientCrashLogs\ClientCrashLog_DATE_TIME.txt

**Desktop (please complete the following information):**
- Windows Version: [7,8,10,11]
- Game Version: [Live, Dev, Beta]


**Additional context**
Add any other context about the problem here.

0 comments on commit 59b2692

Please sign in to comment.