Welcome to iCanLoadJS! We appreciate your interest in contributing to this open-source project. By contributing, you help make iCanLoadJS better for everyone.
If you encounter any issues or have suggestions, please open an issue on GitHub. Provide as much detail as possible, including steps to reproduce the problem and information about your environment.
- Fork the repository to your GitHub account.
- Create a new branch for your feature or bug fix:
git checkout -b feature-branch - Make your changes and commit them with descriptive commit messages.
- Push your changes to your fork:
git push origin feature-branch - Open a pull request (PR) against the
mainbranch of the original repository.
Please follow the existing code style and conventions used in the project. Consistent coding style helps maintain the readability of the codebase.
Ensure that your changes do not break existing functionality. If applicable, add tests for new features or modifications.
By participating in this project, you agree to abide by the Code of Conduct. Please report any unacceptable behavior to [maintainer's email].
This project is licensed under the MIT License. By contributing, you agree that your contributions will be licensed under its terms.
Thank you for contributing to iCanLoadJS!