Thank you for considering contributing to the project! We welcome contributions that improve functionality, performance, documentation, or overall code quality.
-
Fork the repository
- Click "Fork" at the top-right of the repository page.
-
Clone your fork
git clone https://github.com/netsquare/BrowserBruter # Create a new branch git checkout -b your-feature-branch -
Make your changes
-
Follow the coding style used in the project.
-
Keep commits atomic and meaningful.
-
Add/update tests if necessary.
-
Update documentation if behavior changes.
-
-
Test your changes
-
Make sure everything builds and works properly.
-
Run existing tests and new ones you add.
-
-
Submit a Pull Request
-
Push your branch to your fork.
-
Open a pull request against the main branch.
-
Fill out the Pull Request Template.
-
-
Code Style and Practices
-
Write clear, concise commit messages.
-
Keep pull requests focused and small.
-
Document any new features or major changes.
-
Maintain backward compatibility where possible.
-
- Make sure dependencies version mathces
If you plan to contribute a larger feature or change, please open an issue first to discuss it.
Thanks for helping make this project better! You are awesome and thanks in advance.