Change Requests

Change Requests are how you contribute data to FrontierNav. They are similar to pull requests on GitHub and merge requests on GitLab.

A merged change request.

View change requests

You can see a list of existing change requests by opening the "Changes" page from the Navigation Drawer.

Open change requests

After you have made changes, in order to publish them for others to see, you need to create a Change Request. You can do this by opening the "My changes" sidebar from the Navigation Drawer.

Once you have made a change request, you can discard your changes. If you need to recover your changes, you can do so by clicking Load on the Change Request. This will apply your changes on top of the latest data, similar to loading a changes.json. You can save your changes before discarding them if you prefer to keep your own copy.

Create request chains

After creating a change request, you can continue making changes on top of your previous changes without discarding them.

When you make another change request, it will be chained to your previous request. Your previous request will need to be merged first before your new request can be reviewed.

Review change requests

Change requests will be in one of these statuses:

  • Open: The request is awaiting approval by an admin.

  • Merged: The request has been accepted and merged.

  • Closed: The request has been closed after a discussion between the admins and author, and won't be merged.

Typically a change request is merged within 12 hours. If your change request hasn't had any status updates after 24 hours, contact support as that we're aware of it.

Merge change requests

Merging change requests involves the following automated steps:

  1. Load the current database.

  2. Apply the changes in the change request to it.

  3. Upload the resulting database.

  4. Upload any new attachments in the change request.

  5. Update the wiki index to point to the resulting database.

Currently only admins can merge change requests. In the future, game-specific admins and editors will be given access too to reduce workload and provide more flexibility similar to other wiki platforms.

Last updated

Was this helpful?