mirror of
https://github.com/tweenjs/tween.js.git
synced 2025-12-08 20:16:12 +00:00
30 lines
1.3 KiB
Markdown
30 lines
1.3 KiB
Markdown
# Contributing
|
|
|
|
## Code of conduct
|
|
|
|
Please note that this project is released with a [Contributor Code of Conduct](./CODE_OF_CONDUCT.md). **By participating in this project you agree to abide by its terms**.
|
|
|
|
## Before reporting a bug
|
|
|
|
If you find something that you believe to be a bug, please
|
|
|
|
1. search the [issue tracker](https://github.com/tweenjs/tween.js/issues) for similar issues
|
|
2. check out the [master](https://github.com/tweenjs/tween.js/tree/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 http://jsfiddle.net). 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](https://github.com/tweenjs/tween.js/wiki/Contributing-to-tween.js).
|
|
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](https://github.com/tween.js/tween.js/issues)._
|