diff options
| author | Al <26797547+Al12rs@users.noreply.github.com> | 2021-04-08 16:51:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-08 16:51:11 +0200 |
| commit | 40a4bf1e3a25d98da481c6807e327f036a9a33e6 (patch) | |
| tree | e0cd6ccb01c92ef3ea0c57a797e8f61dba3aeedf /.github | |
| parent | 88ee41ae85fa22f53a963a4ea950b91f1a7e7c73 (diff) | |
Update issue templates
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/game-support-request.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/game-support-request.md b/.github/ISSUE_TEMPLATE/game-support-request.md index f09244a7..eb263f62 100644 --- a/.github/ISSUE_TEMPLATE/game-support-request.md +++ b/.github/ISSUE_TEMPLATE/game-support-request.md @@ -2,7 +2,7 @@ name: Game support Request about: Request support for a new game title: Add support for game [GAME NAME] -labels: 'additional games support, Feature Request, area: mo2 game plugins' +labels: 'Feature Request, additional games support, area: mo2 game plugins' assignees: '' --- @@ -18,7 +18,7 @@ assignees: '' - **Nexus ID [optional]:** ID of the game on Nexus (you can usually find this in Nexus URL). - **Executable:** Name of the main executable for the game (relative to the game folder). - **Launcher [optional]:** Name of the game launcher (relative to the game folder). -- **Data path:** Path to the data folder of the game (relative to the game folder). +- **Data path:** Path to the data folder of the game (relative to the game folder). Please note that the Virtual Files System often does not work for top level dlls or exe files. - **Documents path:** Path to folder containing INI files, etc., for the game (usually under "My Games", or the game folder itself). - **Saves directory [optional]:** Path to the folder containing save games (this default to the path above). - **Save extension [optional]:** Extension of the saves |
