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.
- Fork the Repository: Start by forking the repository on GitHub.
- Create a Branch: Create a new branch for your feature or bug fix.
- Make Changes: Make your changes in the new branch.
- Test Your Changes: Ensure that your changes work as expected and do not break existing functionality.
- Submit a Pull Request: Once you are satisfied with your changes, submit a pull request to the main repository.
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
If you encounter any issues or have suggestions for improvements, please open an issue on GitHub.
Thank you for your contributions!