Add Runlevel and GameServers hosting Terms pages with ownership summaries and sitewide links#42
Merged
Conversation
Copilot created this pull request from a session on behalf of
iaretechnician
May 29, 2026 17:34
View session
There was a problem hiding this comment.
Pull request overview
This PR adds legal Terms of Service coverage for Runlevel Systems engagements and GameServers.World hosting, then exposes those terms from relevant service pages and the global footer.
Changes:
- Added dedicated Runlevel Systems and GameServers.World hosting terms pages.
- Added ownership/hosting-terms summary blocks with CTA links on related service pages.
- Added footer links for sitewide discoverability of the new terms.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
runlevel-terms.php |
Adds the Runlevel Systems Terms of Service page. |
gameservers-world-hosting-terms.php |
Adds the GameServers.World hosting terms page. |
includes/footer.php |
Adds footer links to both terms pages. |
design-debug-deploy.php |
Adds a project ownership summary linking to Runlevel terms. |
developer-workspaces.php |
Adds a project ownership summary linking to Runlevel terms. |
gameserver-hosting.php |
Adds a hosting terms summary linking to GameServers.World terms. |
game-server-panel.php |
Adds a hosting terms summary linking to GameServers.World terms. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This updates the website with two plain-English Terms of Service pages: one for Runlevel Systems service engagements and one for GameServers.World hosting. It also adds concise legal-summary sections on relevant service/product pages and wires navigation links so users can find full terms quickly.
Runlevel Systems Terms page (
runlevel-terms.php)GameServers.World Hosting Terms page (
gameservers-world-hosting-terms.php)Service/product legal-summary blocks
design-debug-deploy.phpdeveloper-workspaces.phpgameserver-hosting.phpgame-server-panel.phpGlobal discoverability
includes/footer.phpto add:Runlevel Systems TermsGameServers.World Hosting TermsExample of the new cross-link pattern:
<div class="service-actions"> <a class="core-action secondary" href="/runlevel-terms.php"> Read the Full Runlevel Systems Terms of Service </a> </div>