-
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #441 from CnCNet/issue-template-v1
Create issue templates
- Loading branch information
Showing
4 changed files
with
134 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |