Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ValveSoftware/Proton.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkisak-valve <kisak-valve@users.noreply.github.com>2018-09-06 23:11:40 +0300
committerkisak-valve <kisak-valve@users.noreply.github.com>2018-09-06 23:11:40 +0300
commit8db83c48cd64a30d335d81fedfa1e42cc6ecc05f (patch)
treef4fc34586dc3a7184a60faa836041c60612c1721 /.github
parent2a3f8530110de7446293d8ed2381bfb7c2b8e11a (diff)
Update issue templates
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/compatibility-report.md43
-rw-r--r--.github/ISSUE_TEMPLATE/feature-request.md20
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md17
-rw-r--r--.github/ISSUE_TEMPLATE/whitelist-request.md42
4 files changed, 122 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/compatibility-report.md b/.github/ISSUE_TEMPLATE/compatibility-report.md
new file mode 100644
index 00000000..ff2bda2e
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/compatibility-report.md
@@ -0,0 +1,43 @@
+---
+name: Compatibility Report
+about: Game compatibility issues.
+
+---
+
+# Compatibility Report
+- Name of the game with compatibility issues:
+- Steam AppID of the game:
+
+## System Information
+- GPU: <!-- e.g. RX 580 or GTX 970 -->
+- Driver/LLVM version: <!-- e.g. Mesa 18.2/7.0.0 or nvidia 396.54 -->
+- Kernel version: <!-- e.g. 4.17 -->
+- Link to full system information report as [Gist](https://gist.github.com/):
+- Proton version:
+
+## I confirm:
+- [ ] that I haven't found an existing compatibility report for this game.
+- [ ] that I have checked whether there are updates for my system available.
+
+<!-- Please add `PROTON_LOG=1 %command%` to the game's launch options and drag
+and drop the generated `$HOME/steam-$APPID.log` into this issue report -->
+
+## Symptoms <!-- What's the problem? -->
+
+
+## Reproduction
+
+
+<!--
+1. You can find the Steam AppID in the URL of the shop page of the game.
+ e.g. for `The Witcher 3: Wild Hunt` the AppID is `292030`.
+2. You can find your driver and Linux version, as well as your graphics
+ processor's name in the system information report of Steam.
+3. You can retrieve a full system information report by clicking
+ `Help` > `System Information` in the Steam client on your machine.
+4. Please copy it to your clipboard by pressing `Ctrl+A` and then `Ctrl+C`.
+ Then paste it in a [Gist](https://gist.github.com/) and post the link in
+ this issue.
+5. Please search for open issues and pull requests by the name of the game and
+ find out whether they are relevant and should be referenced above.
+-->
diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md
new file mode 100644
index 00000000..999b28d2
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature-request.md
@@ -0,0 +1,20 @@
+---
+name: Feature Request
+about: Suggest an idea for this project
+
+---
+
+# Feature Request
+
+## I confirm:
+- [ ] that I haven't found another request for this feature.
+- [ ] that I have checked whether there are updates for my system available that
+ contain this feature already.
+
+## Description <!-- What do you want to be added? -->
+
+## Justification [optional] <!-- Why integration in Proton instead of Wine? -->
+
+## Risks [optional]
+
+## References [optional] <!-- Which issues are related? -->
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 00000000..066b2d92
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,17 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+
+---
+
+**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.
diff --git a/.github/ISSUE_TEMPLATE/whitelist-request.md b/.github/ISSUE_TEMPLATE/whitelist-request.md
new file mode 100644
index 00000000..6ccb46fd
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/whitelist-request.md
@@ -0,0 +1,42 @@
+---
+name: Whitelist Request
+about: Games tested and found to have no issues.
+
+---
+
+# Whitelist Request
+- Name of the game to be whitelisted:
+- Steam AppID of the game:
+
+## System Information
+- GPU: <!-- e.g. RX 580 or GTX 970 -->
+- Driver/LLVM version: <!-- e.g. Mesa 18.2/7.0.0 or nvidia 396.54 -->
+- Kernel version: <!-- e.g. 4.17 -->
+- Link to full system information report as [Gist](https://gist.github.com/):
+- Proton version:
+
+## I confirm:
+- [ ] that pressing the `Play` button in the Steam client is sufficient.
+- [ ] that [runtime config options](https://github.com/ValveSoftware/Proton#runtime-config-options)
+ are necessary to run the game.
+- [ ] that no workarounds other than the mentioned ones are necessary.
+
+## Issues
+- [ ] I haven't experienced any issues.
+- [ ] There are no issues left open for this game.
+- [ ] Although I consider the gaming experience equal to Windows there are
+ remaining issues:
+
+<!--
+1. You can find the Steam AppID in the URL of the shop page of the game.
+ e.g. for `The Witcher 3: Wild Hunt` the AppID is `292030`.
+2. You can find your driver and Linux version, as well as your graphics
+ processor's name in the system information report of Steam.
+3. You can retrieve a full system information report by clicking
+ `Help` > `System Information` in the Steam client on your machine.
+4. Please copy it to your clipboard by pressing `Ctrl+A` and then `Ctrl+C`.
+ Then paste it in a [Gist](https://gist.github.com/) and post the link in
+ this issue to prevent chaos by too much info in one place.
+5. Please search for open issues and pull requests by the name of the game and
+ find out whether they are relevant and should be referenced above.
+-->