Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Rename mods.json to verified-mods.json #8

Merged
merged 1 commit into from
Nov 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Did I read the whole README file and understood all of its content?
<YES/NO>

## Did I update mods.json with my new mod's information?
## Did I update verified-mods.json with my new mod's information?
<YES/NO>

## Has a previous version of my mod been previously verified?
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This repository lists all mods that have been manually verified by the community

This verified mods enables players to join servers that require custom content such as new maps or new gamemodes.

Verified mods are listed in the present `mods.json` file, using following format:
Verified mods are listed in the present `verified-mods.json` file, using following format:
* Key is mod's name (contained in its `mod.json` manifest's "Name" key);
* Body holds two fields:
* "DependencyPrefix" contains the string that allows Northstar to retrieve mods on Thunderstore;
Expand Down Expand Up @@ -45,11 +45,11 @@ For your mod to be successfully verified, it MUST follow the following set of ru

Are all of the above criteria OK? Well, time to create a pull request!

After forking this repository, update the `mods.json` file with content related to your mod:
After forking this repository, update the `verified-mods.json` file with content related to your mod:
* add a new entry if your mod hasn't been verified yet;
* add a new version entry in your mod's entry otherwise.

In either case, don't forget to add the new archive's checksum to the `mods.json` file.
In either case, don't forget to add the new archive's checksum to the `verified-mods.json` file.

### Checksum

Expand Down
File renamed without changes.