-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
51ab839
commit d350b96
Showing
3 changed files
with
64 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) |