Thank you for considering contributing to the Paymenter Documentation! Your help is essential to keep our documentation up to date and useful for everyone.
If you find any issues in the documentation, please report them in the GitHub Issues.
-
Fork the Repository
- Click the "Fork" button at the top right corner of this repository page.
-
Clone Your Fork
-
Clone your forked repository to your local machine:
git clone https://github.com/your-username/paymenter-documentation.git
-
-
Create a New Branch
-
Create a new branch for your changes:
git checkout -b feature/your-feature
-
-
Make Your Changes
- Edit the documentation files in the
docs
directory.
- Edit the documentation files in the
-
Commit Your Changes
-
Commit your changes with a descriptive message:
git add . git commit -m 'Add new feature to documentation'
-
-
Push Your Changes
-
Push your changes to your forked repository:
git push origin feature/your-feature
-
-
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.
- Open a pull request to the
- Use clear and concise language.
- Follow the existing style and format of the documentation.
- Use Markdown for formatting.
Thank you for your contributions! Your help makes Paymenter better for everyone.
For more information, visit our official documentation site.