#
Contributing to the M.S.G Wiki
We welcome contributions to the M.S.G Wiki! If you're looking to help improve the content, fix errors, or add new sections, this guide will help you get started.
#
Getting Started
Before you begin contributing, please ensure you have a basic understanding of Markdown and how static site generators work, specifically Retype.
#
Setting Up
- Fork the Repository: Start by forking the wiki's repository to your GitHub account.
- Clone Your Fork: Clone your fork to your local machine.
- Install Retype: Ensure you have Retype installed on your machine to preview changes locally. See Retype documentation for installation instructions.
#
Making Contributions
#
Editing Content
- Find a Page to Edit: Navigate through the wiki to find pages you wish to edit or update.
- Edit Using Markdown: Make your changes using Markdown syntax. Refer to the Markdown Guide if you're unfamiliar with it.
- Preview Your Changes: Use Retype to build the site locally and preview your changes.
#
Adding New Content
- Create a New Markdown File: For new content, create a new Markdown (.md) file in the appropriate directory.
- Write Your Content: Use Markdown to write your content. Be sure to follow the existing style and formatting conventions of the wiki.
- Add Links to Navigation: Update the navigation files if necessary to include your new page.
#
Images and Media
- When adding images or other media, place them in the
static
directory and reference them from your Markdown files.
#
Submitting Your Contributions
- Commit Your Changes: Commit your changes with a clear and descriptive commit message.
- Push to GitHub: Push the changes to your fork on GitHub.
- Create a Pull Request: From your fork, submit a pull request to the original repository.
- Review Process: Wait for the maintainers to review your changes. Be open to feedback and any required revisions.
#
Guidelines
- Ensure all contributions are relevant to Arma 2: DayZ Epoch or M.S.G and provide value to the community.
- Respect the existing structure and style of the wiki.
- Keep language clear, concise, and neutral.
#
Getting Help
If you need help or have questions about contributing, feel free to open an issue on the GitHub repository or contact the maintainers directly.
Thank you for your interest in contributing to the M.S.G Wiki!