From d350b96b6bcf92926303ba18809aa6be24fd6155 Mon Sep 17 00:00:00 2001 From: Simon Davies Date: Tue, 19 Dec 2023 11:02:16 +0000 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 3 ++ .github/ISSUE_TEMPLATE/feature_request.md | 3 ++ .github/ISSUE_TEMPLATE/verify-extension.md | 58 ++++++++++++++++++++++ 3 files changed, 64 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/verify-extension.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dcbd8cb34..8d730b971 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,9 @@ --- name: Bug report about: Create a report to help us improve +title: '' +labels: '' +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 066b2d920..bbcbbe7d6 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,9 @@ --- name: Feature request about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/verify-extension.md b/.github/ISSUE_TEMPLATE/verify-extension.md new file mode 100644 index 000000000..f119814fb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/verify-extension.md @@ -0,0 +1,58 @@ +--- +name: Verify extension +about: Submit an extension for verification +title: 'Verify extension: ' +labels: '' +assignees: '' + +--- + +# Verify Extension + +Use this template to verify game extensions for Vortex ​ + +## Extension Information + +_Get all relevant metadata and links from nexusmods.com_ ​ + +| | | +|--|--| +| **Extension Name** | | +| **Extension Mod ID** | | +| **Extension URL** | | +| **Game Name** | | +| **Game Domain** | | +| **Game URL** | | + +## Checked with + +| | | +|--|--| +| **Extension Version** | | +| **Vortex Version** | | + +## Instructions + +https://nexusmods.atlassian.net/wiki/spaces/VORTEX/pages/2892529680/Extension+Verification+Pipeline#Games ​ + +## Verification checklist + +- [ ] Is the extension named correctly? +- [ ] Is it packaged correctly? +- [ ] Is artwork correct? +- [ ] Is the changelog accurate? +- [ ] Does it install into Vortex? +- [ ] Does it correctly discover the game? +- [ ] Does it successfully install a mod? +- [ ] Does it successfully install a collection? +- [ ] Does the game run correctly with the mods installed? ​ + +## Adding extension to manifest + +​ When complete, the verified extension needs adding to our manifest. This is completed using the [Actions at GitHub](https://github.com/Nexus-Mods/vortex-add-extension/actions), there is one action for each extension type. ​ + +- [ ] GitHub Action run +- [ ] Manifest file manually checked for errors +- [ ] Contacted author +- [ ] Asked Community to enable Vortex for the game +- [ ] Discord [#vortex-announcements](https://discordapp.com/channels/215154001799413770/1141024162182336612) updated. [Templates are on Confluence](https://nexusmods.atlassian.net/wiki/spaces/VORTEX/pages/2906750977/Announcements+Templates) ​