Thank you for considering contributing to EyeProtection! We welcome contributions from the community to help improve this project. By contributing, you agree to abide by the Code of Conduct.
There are several ways to contribute to EyeProtection:
-
Reporting Issues: If you encounter a bug or have a feature request, please open an issue to let us know.
-
Feature Development: If you'd like to work on a new feature, feel free to open a discussion in an issue or directly submit a pull request.
-
Bug Fixes: Help us squash bugs! Check out the open issues, particularly those labeled "help wanted", to find a bug to fix.
-
Fork the repository and clone it locally.
-
Create a new branch for your feature or bug fix:
git checkout -b my-feature-branch
-
Make your changes and test thoroughly.
-
Commit your changes:
git commit -am 'Add new feature or Fix issue'
-
Push your branch to your fork:
git push origin my-feature-branch
-
Submit a Pull Request:
- Go to the EyeProtection repository.
- Click on "Compare & pull request" for your branch.
- Fill in the PR template with details of your contribution.
Please review and adhere to our Code of Conduct when participating in this project.
By contributing to EyeProtection, you agree that your contributions will be licensed under the MIT License.