Thank you for your interest in contributing to statuz! We welcome contributions from the community to make this project even better.
If you encounter any issues or bugs with statuz, please create a new issue on our GitHub repository. Please provide detailed information about the issue you're facing, including steps to reproduce it and any relevant error messages.
If you have ideas for new features or improvements to existing ones, we'd love to hear them! You can submit a feature request on our GitHub repository. Describe the feature you'd like to see and how it could benefit the project.
We encourage contributions from the community to help improve statuz. Here's how you can get involved:
- Fork the repository to your own GitHub account.
- Create a new branch for your contribution:
git checkout -b my-contribution
. - Make your changes or additions.
- Commit your changes:
git commit -m "Add my contribution"
. - Push your changes to your fork:
git push origin my-contribution
. - Submit a pull request on the main repository.
Please make sure to follow our coding style and include appropriate documentation for your changes.
We expect all contributors to follow our Code of Conduct. Please ensure a respectful and inclusive environment for everyone in the community.
By contributing to statuz, you agree that your contributions will be licensed under the LICENSE of the project.
Thank you for your contributions and support in making statuz a great monitoring tool!