Thank you for your interest in contributing to Intento documentation! We welcome contributions from the community to help improve the Intento documentation and make it even better. Before you get started, please take a moment to review the following guidelines.
To contribute to Intento documentation, please follow these steps:
- Fork the repository.
- Create a new branch for your contribution.
- Make your changes or additions.
- Test your changes to ensure they work as expected.
- Commit your changes and push them to your forked repository.
- Submit a pull request to our main repository.
We follow a specific code style in Intento documentation to maintain consistency and readability. Please make sure to adhere to the following guidelines:
- Use meaningful variable and function names.
- Indent code using spaces, not tabs. Use prettier to format your code if possible.
- Use proper commenting to explain complex logic or algorithms.
- Follow the naming conventions for files, classes, functions, and variables.
If you encounter any issues or bugs while using Intento documentation, please report them by following these steps:
- Check if the issue has already been reported by searching our issue tracker.
- If the issue hasn't been reported, create a new issue and provide a detailed description of the problem.
- Include steps to reproduce the issue and any relevant error messages or screenshots.
When submitting a pull request, please ensure the following:
- Provide a clear and descriptive title for your pull request.
- Include a detailed description of the changes you have made.
- Reference any related issues or pull requests.
- Make sure your code passes all tests and doesn't introduce any new issues.
- Keep your pull request focused on a single feature or bug fix.
We expect all contributors to adhere to our code of conduct. Please review our Code of Conduct before contributing.
Thank you for your contributions and helping us improve Intento documentation!