Thank you for your interest in contributing to CDS Tawk.to Customizer! We welcome contributions from the community to help improve this project.
By contributing to this project, you agree that your contributions will be licensed under the project's Creative Commons Attribution-NonCommercial 4.0 International Public License.
If you find a bug, please create a new issue on GitHub describing:
- What you expected to happen.
- What actually happened.
- Steps to reproduce the issue.
- Browser and OS version.
We love hearing about new ideas! If you have a suggestion:
- Check if the feature is already requested in existing issues.
- Open a new issue describing the feature and why it would be useful.
- Fork the repository to your own GitHub account.
- Clone the project to your local machine.
- Create a new branch for your feature or fix:
git checkout -b feature/amazing-feature
- Make your changes. Please keep the code clean and commented where necessary.
- Test your changes. Since this is a vanilla JavaScript project, ensure it works by testing it in a local HTML file with a Tawk.to widget embedded.
- Commit your changes:
git commit -m "Add some amazing feature" - Push to the branch:
git push origin feature/amazing-feature
- Open a Pull Request. Describe what you changed and link to any relevant issues.
- Code Style: Keep the code simple and readable. This project uses vanilla JavaScript (ES6+).
- No Dependencies: Do not introduce external dependencies unless absolutely necessary and discussed in an issue first.
- Performance: Ensure your changes do not negatively impact the loading time or performance of the host page.
Please note that this project is licensed under CC BY-NC 4.0. This means:
- You retain copyright of your contributions.
- By submitting a PR, you grant Calatayud Digital Solutions and the community the right to use your contribution under the terms of the CC BY-NC 4.0 license.
- This ensures the project remains free for non-commercial use while protecting the commercial rights of the maintainers.
Thank you for helping make this project better! 🚀