summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAl <26797547+Al12rs@users.noreply.github.com>2020-07-29 16:47:43 +0200
committerGitHub <noreply@github.com>2020-07-29 16:47:43 +0200
commit7791ea0bd51f8157ba6080e236d66f935d285b2f (patch)
tree19bfccffc9f77a8419495b401de3405f3d6f0297 /.github
parente34a9e731574537ea0a64f7561bb8cd7cfd5075f (diff)
Create game-support-request.md
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/game-support-request.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/game-support-request.md b/.github/ISSUE_TEMPLATE/game-support-request.md
new file mode 100644
index 00000000..41d4d01d
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/game-support-request.md
@@ -0,0 +1,27 @@
+---
+name: Game support Request
+about: Request support for a new game.
+title: Add support for game [GAME NAME]
+labels: 'additionale game support', 'area: mo2 game plugins'
+assignees: ''
+
+---
+
+**This template is usuefull to add basic support using https://github.com/Holt59/modorganizer-basic_games.**
+
+**If you are vagually familiar with programming you can try folowing the instructions on that link to get something working yourself. If you have trouble with that please fill in this template.**
+
+**Please provide the following information for the game (remove the optional lines you do not use):**
+
+- **Name:** Name of the game
+- **Short name:** Name of the game in Nexus URL (e.g. skyrimse for Skyrim SE).
+- **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).
+- **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
+- **Steam ID [optional]:** ID of the game on Steam (if the game is on Steam).
+
+**Provide additional details regarding the game that could be required for the plugin.**