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.
- Make a fork of the get-ntmu.github.io repository.
- Edit
data/packs.json
to add the basic metadata about your pack. - Create a folder in
data
for your pack, alongside apack.json
, athumbnail.png
, and also aREADME.md
. - Copy your zipped pack to the folder, with the name format
<id>-<version.zip
. (e.g. the packgameux
version1.0.0
would begameux-1.0.0.zip
). - 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:
- Add the new version to the pack's folder.
- Update the pack's
pack.json
file to add the new version (versions should be listed newest to oldest). - Update
data/packs.json
to reflect the date of the pack's new version.