Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.16 KB

CONTRIBUTING.md

File metadata and controls

35 lines (21 loc) · 1.16 KB

Contributing to Desafios para Devs

Thank you for your interest in contributing to Desafios para Devs! We welcome contributions from the community.

Getting Started

  1. Fork the repository and clone it to your local machine.
  2. Create a new branch for your contribution: git checkout -b feature/your-feature.
  3. Make your changes and ensure the code is well-documented.
  4. Test your changes locally to ensure they work as expected.

Submitting a Pull Request

  1. Open a new pull request against the main branch.
  2. Provide a clear and descriptive title for your pull request.
  3. Include details about the changes you've made and why they are valuable.
  4. Ensure your code passes all tests and linting checks.

Code Style

Follow the existing code style of the project.

Reporting Issues

If you encounter any issues or have suggestions for improvements, please open an issue on the GitHub repository.

Code of Conduct

Please review and ad here to our Code of Conduct.

License

By contributing to this project, you agree that your contributions will be licensed under the MIT License.

Thank you for your contributions!