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

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:
Load the current database.
Apply the changes in the change request to it.
Upload the resulting database.
Upload any new attachments in the change request.
Update the wiki index to point to the resulting database.
Last updated
Was this helpful?