Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.62 KB

File metadata and controls

35 lines (20 loc) · 1.62 KB

Contributing to iCanLoadJS Performance Testing Module

Welcome to iCanLoadJS! We appreciate your interest in contributing to this open-source project. By contributing, you help make iCanLoadJS better for everyone.

How to Contribute

Reporting Issues

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.

Pull Requests

  1. Fork the repository to your GitHub account.
  2. Create a new branch for your feature or bug fix: git checkout -b feature-branch
  3. Make your changes and commit them with descriptive commit messages.
  4. Push your changes to your fork: git push origin feature-branch
  5. Open a pull request (PR) against the main branch of the original repository.

Code Style

Please follow the existing code style and conventions used in the project. Consistent coding style helps maintain the readability of the codebase.

Testing

Ensure that your changes do not break existing functionality. If applicable, add tests for new features or modifications.

Code of Conduct

By participating in this project, you agree to abide by the Code of Conduct. Please report any unacceptable behavior to [maintainer's email].

License

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!