🛠️ Contribute to the HumanitZ Wiki
Help make this the best resource for the game.
1. Contribution Workflow
- Fork this repo to your own GitHub account.
- Create a branch for your changes (e.g.
feature/add-weapons-data). - Edit or add .md files in the root (or
/docsif using GitHub Pages). - Commit with a clear message.
- Open a Pull Request back to this repo with a short summary of what you changed.
2. Style Guidelines
- Use Markdown + light HTML only (no scripts).
- Keep headings consistent with existing pages.
- Use the navigation bar at the top of new pages.
- Use HumanitZ orange (
#E79543) for major headings via<span>or inline style. - Use tables for items, stats, and recipes where possible.
- Use
<details>for spoiler-heavy or very long sections.
3. Content Guidelines
- Prefer tested, confirmed information.
- If something is speculative, mark it clearly as such.
- For patch-specific behaviour, note the game version.
- Don’t paste large chunks of copyrighted text from other sites; summarise instead.
- Be respectful in tone and avoid inflammatory language.
4. Page Layout Template
You can use this as a starting template for new pages:
<!-- NAV (copy from any existing page) -->
# <span style="color:#E79543;">[Icon] Page Title</span>
> One-line description.
## <span style="color:#E79543;">Section 1</span>
Content…
## <span style="color:#E79543;">Section 2</span>
Content…
<details>
<summary><strong style="color:#E79543;">Optional Collapsible Section</strong></summary>
Extra content…
</details>
5. Issues & Requests
Use GitHub Issues to:
- Report outdated or incorrect information.
- Request new pages or sections.
- Suggest structural changes to the wiki.
Thanks for helping other survivors stay alive a little longer.