Thank you for considering contributing to flutter_web_auth_2
! We appreciate your time and effort. To maintain a healthy and collaborative open-source community, please follow the guidelines outlined in this document.
-
Fork the repository and clone it to your local machine:
git clone https://github.com/ThexXTURBOXx/flutter_web_auth_2.git
-
Navigate to the project directory:
cd flutter_web_auth_2
-
Install project dependencies:
melos bootstrap
-
Create a new branch for your feature or bug fix:
git checkout -b feature-name
-
Make your changes and ensure that your code follows the project's coding style.
-
Update the documentation to reflect your changes.
-
If you're adding a new feature, make sure to include relevant information in the documentation.
-
Commit your changes and push the branch to your fork:
git add . git commit -m "Your descriptive commit message" git push origin feature-name
-
Open a pull request against the
main
branch of the original repository. -
Clearly describe your changes in the pull request, including any motivation and context.
-
Your pull request will be reviewed by maintainers, and additional changes may be requested.
By contributing to flutter_web_auth_2
, you agree that your contributions will be licensed under the project's MIT License.
Happy coding!