source: other-projects/playing-in-the-street/summer-2013/trunk/Playing-in-the-Street-WPF/Content/Web/mrdoob-three.js-4862f5f/CONTRIBUTING.md@ 28897

Last change on this file since 28897 was 28897, checked in by davidb, 10 years ago

GUI front-end to server base plus web page content

File size: 1.2 KB
Line 
1# The issues section is for bug reports and feature requests only. If you need help, please use [stackoverflow](http://stackoverflow.com/questions/tagged/three.js).
2
3
4Before reporting a bug
5---
61. Search issue tracker for similar issues.
72. Try the latest dev branch version of three.js.
83. Refer to the [Migration Guide](https://github.com/mrdoob/three.js/wiki/Migration) when upgrading to the dev version.
9
10
11How to report a bug
12---
131. Specify the revision number of the three.js library where the bug occurred.
142. Specify your browser version, operating system, and graphics card. (for example, Chrome 23.0.1271.95, Windows 7, Nvidia Quadro 2000M)
153. Describe the problem in detail. Explain what happened, and what you expected would happen.
164. Provide a small test-case (http://jsfiddle.net). If a test-case is not possible, provide a link to a live version of your application.
175. If helpful, include a screenshot. Annotate the screenshot for clarity.
18
19
20How to contribute to three.js
21---
221. Make sure you have a GitHub account.
232. Fork the repository on GitHub.
243. Check the [Contribution Guidelines](https://github.com/mrdoob/three.js/wiki/How-to-contribute-to-three.js).
254. Make changes to your clone of the repository.
265. Submit a pull request.
27
Note: See TracBrowser for help on using the repository browser.