Submitting a new pack - get-ntmu/NTMU GitHub Wiki

This page will go over the process of submitting a pack to the official NTMU repo.

  1. Make a fork of the get-ntmu.github.io repository.
  2. Edit data/packs.json to add the basic metadata about your pack.
  3. Create a folder in data for your pack, alongside a pack.json, a thumbnail.png, and also a README.md.
  4. Copy your zipped pack to the folder, with the name format <id>-<version.zip. (e.g. the pack gameux version 1.0.0 would be gameux-1.0.0.zip).
  5. Submit a pull request to the repository. In the PR, you should state your pack's name and what it does.

NOTE: Dates should be expressed in UTC.

Updating an existing pack

If you are updating an existing pack, simply:

  1. Add the new version to the pack's folder.
  2. Update the pack's pack.json file to add the new version (versions should be listed newest to oldest).
  3. Update data/packs.json to reflect the date of the pack's new version.