We welcome contributions to our web automation tools project! Here’s how you can help:
Reporting Issues
If you find a bug or have a suggestion for improvement:
- Check if the issue already exists in our issue tracker.
- If not, create a new issue, providing as much detail as possible.
Submitting Changes
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes, adhering to the coding conventions used throughout the project.
- Add or update tests as necessary.
- Ensure all tests pass.
- Commit your changes and push to your fork.
- Submit a pull request with a clear description of your changes.
Coding Conventions
- Use 2 spaces for indentation.
- Use camelCase for variable and function names.
- Use PascalCase for class names.
- Comment your code where necessary.
- Follow the existing code style in the project.
Adding New Examples
If you’re adding a new example:
- Add it to the appropriate section in EXAMPLES.md.
- Ensure it’s well-commented and easy to understand.
- Test it thoroughly before submitting.
Thank you for your contributions!