Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 1.68 KB

CONTRIBUTING.md

File metadata and controls

63 lines (41 loc) · 1.68 KB

Contributing to Paymenter Documentation

Thank you for considering contributing to the Paymenter Documentation! Your help is essential to keep our documentation up to date and useful for everyone.

How to Contribute

Reporting Issues

If you find any issues in the documentation, please report them in the GitHub Issues.

Making Changes

  1. Fork the Repository

    • Click the "Fork" button at the top right corner of this repository page.
  2. Clone Your Fork

    • Clone your forked repository to your local machine:

      git clone https://github.com/your-username/paymenter-documentation.git
  3. Create a New Branch

    • Create a new branch for your changes:

      git checkout -b feature/your-feature
  4. Make Your Changes

    • Edit the documentation files in the docs directory.
  5. Commit Your Changes

    • Commit your changes with a descriptive message:

      git add .
      git commit -m 'Add new feature to documentation'
  6. Push Your Changes

    • Push your changes to your forked repository:

      git push origin feature/your-feature
  7. Open a Pull Request

    • Open a pull request to the main branch of the original repository. Provide a clear and descriptive title and description of your changes.

Style Guide

  • Use clear and concise language.
  • Follow the existing style and format of the documentation.
  • Use Markdown for formatting.

Thank You

Thank you for your contributions! Your help makes Paymenter better for everyone.


For more information, visit our official documentation site.