evolvedb-docker

Contributors

Thank you to all the contributors who have helped improve this project. If you would like to contribute, please see the guidelines below.

Contributors Table

MFedatto
MFedatto

💻 🎨 📖
           

How to Contribute

If you’d like to contribute to this project, please follow these guidelines:

  1. Fork the Repository:

    • Fork the repository to your own account to make changes without affecting the main repository.
  2. Create a Branch:

    • Create a new branch for your changes. Use a descriptive branch name related to your work. Example: feature/add-new-feature or fix/resolve-bug.
  3. Development and Testing:

    • Make necessary changes and test them locally before submitting a pull request.
  4. Commit and Commit Messages:

    • Commit frequently with clear, descriptive messages. Use commit messages that clearly explain what has been changed and why.
  5. Pull Request (PR):

    • Submit a pull request to the main repository. Clearly describe the changes made and their purpose in the PR description.
    • If possible, include information on how to test your changes and any dependencies or requirements.
  6. Review and Feedback:

    • Be open to feedback and review comments during the pull request review. Make necessary changes as requested.
  7. Clean Code and Documentation:

    • Keep the code clean and follow best coding practices. Update documentation if your changes affect the functionality or configuration of the project.
  8. Resolve Conflicts:

    • Resolve any merge conflicts before submitting the pull request. Ensure your branch is up-to-date with the main branch of the repository.
  9. License and Credits:

    • By contributing, you agree that your changes will be licensed under the same license as the original project. Ensure all your contributions are properly credited.
  10. Behavior and Collaboration:

    • Maintain respectful and collaborative behavior with other community members. Contributions should be made constructively and positively.

Special Thanks