Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.25 KB

File metadata and controls

22 lines (15 loc) · 1.25 KB

Contributing to Simple Loader

First of all thanks for taking your time and coming here!

This file here has a set of guidelines to follow when contributing to this project.

How Can I Contribute?

Bug Reports & Feature Requests

  • Please use Bug report format to report any new bugs found and Feature request for any new feature requests.
  • Please use a clear and descriptive title for the issue to identify the problem.
  • Describe where you experienced this issue and what you think should have happened.
  • Please send a pull request for all contributions even if it is a single line code change. This helps keep a clean code base.
  • Add proper commit messages and comments so that it will be easier to review the code changes.

Ground Rules & Responsibilities

  • Ensure cross-platform, cross-browser and cross-device compatibility for every change that's accepted. All major web browsers should be supported, android, ios, mac and windows.
  • Create issues for any major changes and enhancements that you wish to make. Discuss things transparently and get community feedback.
  • Don't add any classes to the codebase unless absolutely needed.
  • Please only use vanilla javascript.