First of all, thanks for taking the time to contribute! 🎉
-
Fork the Repository:
- Click the "Fork" button in the top-right corner of this repository.
- Clone your forked repository:
git clone https://github.com/your-username/ai-browser-automation.git
-
Create a Branch:
- Work on a feature branch to keep changes clean:
git checkout -b feature/your-feature-name
- Work on a feature branch to keep changes clean:
-
Commit Your Changes:
- Follow conventional commits format for clarity.
git commit -m "feat: add your feature description"
- Follow conventional commits format for clarity.
-
Push Changes:
- Push your branch to your forked repository:
git push origin feature/your-feature-name
- Push your branch to your forked repository:
-
Create a Pull Request:
- Go to the original repository.
- Click on "Pull Requests" > "New Pull Request".
- Select your branch and submit the PR.
-
Bug Reports:
- Create an issue describing the bug.
- Include clear steps to reproduce.
-
Feature Requests:
- Suggest features by opening an issue.
- Describe why the feature is valuable.
-
Code Style:
- Follow the existing code style in the project.
- Run linters and formatters before submitting code.
If you find a security vulnerability, please do not open a public issue. Instead, report it via the SECURITY.md guidelines.
Thank you for helping to improve AI-Browser-Automation! 🚀