Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 1.18 KB

CONTRIBUTING.md

File metadata and controls

31 lines (20 loc) · 1.18 KB

CONTRIBUTING

Before reporting a bug


If you find something that you believe to be a bug, please

  1. search the issue tracker for similar issues
  2. check out the master branch and see if the bug still exists there.

How to report a bug


  1. Specify the revision number of the tween.js library where the bug occurred
  2. Specify your browser version and operating system (i.e. Chrome 23.0.1271.95, Windows 7)
  3. Describe the problem in detail. What happened? What did you expect to happen?
  4. Provide a small test case (e.g. using jsfiddle). Or if not possible, provide a link to a live version of your application.

Contributing


  1. Get a GitHub account (if you don't have one yet).
  2. Fork the project in GitHub.
  3. Check the contribution guidelines.
  4. Make changes to your clone of the repository
  5. Submit a pull request.

If you tried all of the above and still can't fix the bug, or you're not sure you're doing things right, let us know.