We welcome and appreciate contributions to Scandocs! Whether you want to report a bug, propose a new feature, or submit a fix, your help is invaluable.
If you encounter any issues or have suggestions for improvement, please open an issue on this repository. Make sure to include:
- A clear and descriptive title.
- Details about the problem or enhancement you are suggesting.
- Steps to reproduce (if applicable).
- Screenshots or code snippets (if relevant).
We encourage you to contribute directly by submitting pull requests.
- Fork the repository to your GitHub account.
- Clone your fork to your local machine:
git clone https://github.com/your-username/scandocs.git
- Create a new branch for your changes:
git checkout -b feature/your-feature
orgit checkout -b bugfix/your-bug-fix
- Make your changes and commit:
git commit -m "Description of your changes"
- Push the branch to your fork:
git push origin feature/your-feature
- Open a pull request (PR) against the
development
branch on this repository.
Please ensure that your pull request:
- Includes a clear title and description of the changes.
- References the related issue (if applicable).
- Follows the coding style and conventions used in the project.
- Has a well-documented code and, if applicable, includes tests.
By contributing to Scandocs, you agree that your contributions will be licensed under the MIT License.
Thank you for contributing to Scandocs!