Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.18 KB

File metadata and controls

26 lines (17 loc) · 1.18 KB

CONTRIBUTING

Thank you for considering contributing to the Go Healthcheck project! We welcome contributions from the community to help improve the library and make it more useful for everyone.

How to Contribute

  1. Fork the Repository: Start by forking the repository on GitHub.
  2. Create a Branch: Create a new branch for your feature or bug fix.
  3. Make Changes: Make your changes in the new branch.
  4. Test Your Changes: Ensure that your changes work as expected and do not break existing functionality.
  5. Submit a Pull Request: Once you are satisfied with your changes, submit a pull request to the main repository.

Commit Message Guidelines

This project uses conventional commit messages. Please follow the Conventional Commits specification when writing your commit messages. Here are some examples of valid commit messages:

  • feat: add new feature
  • fix: fix bug
  • docs: update documentation
  • chore: update dependencies

Issues

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

Thank you for your contributions!