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
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:
bashgit clone https://github.com/your-username/paymenter-documentation.git
Create a New Branch
Create a new branch for your changes:
bashgit checkout -b feature/your-feature
Make Your Changes
- Edit the documentation files in the
docsdirectory.
- Edit the documentation files in the
Commit Your Changes
Commit your changes with a descriptive message:
bashgit add . git commit -m 'Add new feature to documentation'
Push Your Changes
Push your changes to your forked repository:
bashgit push origin feature/your-feature
Open a Pull Request
- Open a pull request to the
mainbranch of the original repository. Provide a clear and descriptive title and description of your changes.
- Open a pull request to the
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.