Skip to content

Contributing Guide

Sashank edited this page Nov 17, 2023 · 1 revision

Contributing Guide

Welcome to the Spam Website Opener Wiki Contributing Guide! We appreciate your interest in contributing to the project. Follow these steps to make meaningful contributions to the documentation:

Table of Contents

  1. Getting Started
  2. Contribute to the Wiki
  3. Submit Your Contribution
  4. Acknowledgements

Getting Started

Fork the Repository

  1. Click the "Fork" button in the upper right corner of the GitHub repository to create your own copy of the Spam Website Opener Wiki.

  2. Clone the repository to your local machine:

    git clone https://github.com/<your-username>/spam-website-opener.wiki.git

Create a New Branch

Create a new branch for your contributions:

git checkout -b your-branch-name

Contribute to the Wiki

Create or Edit Pages

  • Create new pages or edit existing ones to improve documentation.
  • Use clear and concise language to explain concepts.
  • Follow the existing structure and style for consistency.

Markdown Formatting

Linking Pages

  • Ensure proper linking between pages for a seamless navigation experience.
  • Use relative links to maintain compatibility.

Submit Your Contribution

Commit Changes

Commit your changes using descriptive commit messages:

git add .
git commit -m "Describe your changes here"

Push Changes

Push your changes to your fork on GitHub:

git push origin your-branch-name

Open a Pull Request

  • Open a pull request (PR) on the main repository.
  • Provide a clear title and description for your PR.
  • Include details about the changes made and the purpose of the contribution.

Acknowledgements

Thank you for contributing to the Spam Website Opener Wiki! Your efforts help improve the project and enhance the documentation for all users.

If you have any questions or need further assistance, feel free to reach out to us.

Happy Contributing!