Want to Contribute?
Use this page to submit content updates to the wiki through GitHub pull requests.
Open the wiki-content repository
How To Submit a PR
- Fork
BritPVE/wiki-contentto your GitHub account. - Create a new branch for your change.
- Choose the relevant top-level folder (for example
Wiki/) and edit or add the target.mdfile. - Commit with a clear message describing what changed.
- Open a pull request to
BritPVE/wiki-content:main. - Include a short summary in the PR description.
How Navigation Works
- Top-level folders in the repo become top-level navigation sections.
- Markdown files inside a folder become side navigation pages for that section.
- You can create new folders at any time to add new top-level sections.
Quick Formatting Tips
- You can find a helpful guide on markdown here
- Use one
# Titleat the top of each markdown page. - Use headings and bullet points to keep pages readable.
- Keep content accurate and concise.
- Youtube embeds can be added with pixel width, for example:
@[youtube](https://www.youtube.com/watch?v=TUYqRMhPyTw){width=960 height=540} - Or with percentage width:
@[youtube](https://www.youtube.com/watch?v=TUYqRMhPyTw{width=80%}
@youtube{width=960 height=540}

