First off, thank you for considering contributing to Wick Apps! It's contributors like you that make this project a valuable resource for the community. This document provides guidelines for contributing to the project.
- Ensure you have the latest version of the Wick framework installed.
- Familiarize yourself with the existing example applications to avoid duplicating efforts.
Please ensure that your code adheres to the general style of the existing examples:
- Comment your code clearly.
- Use meaningful variable and function names.
- For JavaScript, HTML, and other web-related technologies, follow standard best practices and formatting.
Before reporting a bug, please check the existing issues to see if someone has reported the same problem. If there isn't an existing issue, create a new issue and provide the following details:
- A clear and descriptive title.
- Steps to reproduce the issue.
- Expected behavior.
- Actual behavior.
- Any related logs or error messages.
If you have ideas for new example applications or improvements to existing ones:
- Provide a clear and descriptive title.
- Describe the use case and why it's valuable to the community.
- Offer a detailed description of the execution.
- Fork the repository.
- Create a new branch based on
main
(or default branch). - Implement your changes or new example.
- Test your changes.
- Push your branch to your fork.
- Create a pull request, providing a detailed description of your changes.
Please understand that we might ask for changes to ensure consistency and quality within the repository.
By participating in this project, you're expected to uphold our Code of Conduct.
Thank you for helping improve Wick Apps and making the Wick community even better!