Thank you for your interest in contributing to Desafios para Devs! We welcome contributions from the community.
- Fork the repository and clone it to your local machine.
- Create a new branch for your contribution:
git checkout -b feature/your-feature
. - Make your changes and ensure the code is well-documented.
- Test your changes locally to ensure they work as expected.
- Open a new pull request against the
main
branch. - Provide a clear and descriptive title for your pull request.
- Include details about the changes you've made and why they are valuable.
- Ensure your code passes all tests and linting checks.
Follow the existing code style of the project.
If you encounter any issues or have suggestions for improvements, please open an issue on the GitHub repository.
Please review and ad here to our Code of Conduct.
By contributing to this project, you agree that your contributions will be licensed under the MIT License.
Thank you for your contributions!