Thank you for considering contributing to WorkZen! We welcome contributions from the community to help make this project even better.
If you find any bugs or issues with WorkZen, please open an issue on the GitHub repository. Be sure to include detailed information about the problem and steps to reproduce it.
If you have an idea for a new feature or improvement, feel free to open an issue to discuss it. We value your input in shaping the future of WorkZen.
- Fork the repository and clone it locally.
- Create a new branch for your contribution:
git checkout -b feature/new-feature
. - Make your changes and ensure they follow the coding standards.
- Write tests if applicable.
- Commit your changes with a clear and descriptive message.
- Push your changes to your fork:
git push origin feature/new-feature
. - Open a pull request with a detailed description of your changes.
Your feedback on usability, design, and user experience is highly valuable. Feel free to share your thoughts through GitHub issues or discussions.
Please note that we have a Code of Conduct in place to ensure a respectful and inclusive community. All contributors are expected to adhere to these guidelines.
By contributing to WorkZen, you agree that your contributions will be licensed under the MIT License. This means that your code can be freely used, modified, and distributed by others.
Thank you for your contributions to making WorkZen a better project!