Contributing
Thanks for helping improve the Worst Server Ever wiki.
Before You Start
All public contributions to this wiki should go through GitHub using a pull request.
Do not open pull requests against the main branch.
Open your pull request against the development branch instead.
Contribution Workflow
- Fork the repository on GitHub.
- Create a new branch in your fork for your changes.
- Edit the relevant files in the
docs/directory. - Commit your changes with a clear message.
- Open a pull request from your branch to the repository's
developmentbranch.
What to Contribute
Useful contributions include:
- fixing incorrect information
- improving explanations
- adding missing server features or commands
- correcting spelling, formatting, or broken links
Writing Tips
- Keep pages clear and easy to scan.
- Use headings and short sections where possible.
- Match the wording and formatting already used elsewhere in the wiki.
- Refer to Markdown Examples if you need help with formatting.
- Double-check server names, commands, and links before submitting.
Pull Request Checklist
Before opening your pull request, make sure:
- your changes are relevant to the wiki
- the page still reads clearly after your edits
- markdown formatting looks correct
- your pull request targets
development, notmain
Need to Update Something Small?
Even small fixes are welcome. If you spot a typo, outdated instruction, or missing detail, open a pull request to development.