Skip to content

Commit

Permalink
github: Add issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
jp7677 committed Nov 15, 2024
1 parent 03aab27 commit 64bff8e
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
name: Bug report
about: Report issues, crashes etc.
title: ''
labels: ''
assignees: ''

---

Before opening an issue, see if the information available at [DXVK-NVAPI Wiki](https://github.com/jp7677/dxvk-nvapi/wiki) provides a solution.

Please describe your issue as accurately as possible including expected and actual results.

### Software information
- Name of the application or game:
- DXVK-NVAPI, DXVK or VKD3D-Proton settings (environment variables and/or configuration files):

### System information
- GPU:
- Driver:
- Launcher (e.g Proton or Bottles):
- Proton/Wine version:
- DXVK-NVAPI version:
- DXVK version:
- VKD3D-Proton version:

### Log files

Please attach DXVK-NVAPI log files as a text file :
- When using Proton, set the Steam launch options for your game to `DXVK_NVAPI_LOG_PATH=/tmp/ DXVK_NVAPI_LOG_LEVEL=info %command%` and attach the corresponding `dxvk-nvapi.log` file in your `/tmp/` directory.
- See [Tweaks, debugging and troubleshooting](https://github.com/jp7677/dxvk-nvapi/blob/master/README.md#tweaks-debugging-and-troubleshooting) for general information.

Alternatively attach Proton logs as a text file:
- When using Proton, set the Steam launch options for your game to `PROTON_LOG=1 %command%` and attach the corresponding `steam-xxxxx.log` file in your home directory.

Please remove those settings once log files have been attached.

0 comments on commit 64bff8e

Please sign in to comment.