Skip to content

Commit 2b4464f

Browse files
committed
Merge branch 'dev' of http://github.com/mrdoob/three.js into nrrdLoader2
2 parents 73e4ea9 + 63f8678 commit 2b4464f

File tree

288 files changed

+24406
-10891
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

288 files changed

+24406
-10891
lines changed

CONTRIBUTING.md renamed to .github/CONTRIBUTING.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,28 @@
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).
21

3-
4-
Before reporting a bug
2+
# Help
3+
#### 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).
54
---
5+
# Bugs
6+
#### Before reporting a bug
7+
68
1. Search issue tracker for similar issues.
79
2. Try the latest dev branch version of three.js.
810
3. Refer to the [Migration Guide](https://github.com/mrdoob/three.js/wiki/Migration) when upgrading to the dev version.
911

12+
#### How to report a bug
1013

11-
How to report a bug
12-
---
1314
1. Specify the revision number of the three.js library where the bug occurred.
1415
2. Specify your browser version, operating system, and graphics card. (for example, Chrome 23.0.1271.95, Windows 7, Nvidia Quadro 2000M)
1516
3. Describe the problem in detail. Explain what happened, and what you expected would happen.
1617
4. Provide a small test-case (http://jsfiddle.net). [Here is a fiddle](http://jsfiddle.net/akmcv7Lh/) you can edit that runs the current version. [And here is a fiddle](http://jsfiddle.net/hw9rcLL8/) that uses the dev branch. If a test-case is not possible, provide a link to a live version of your application.
1718
5. If helpful, include a screenshot. Annotate the screenshot for clarity.
1819

19-
20-
How to contribute to three.js
2120
---
21+
# Contribution
22+
#### How to contribute to three.js
23+
2224
1. Make sure you have a GitHub account.
2325
2. Fork the repository on GitHub.
2426
3. Check the [Contribution Guidelines](https://github.com/mrdoob/three.js/wiki/How-to-contribute-to-three.js).
2527
4. Make changes to your clone of the repository.
2628
5. Submit a pull request.
27-

.github/ISSUE_TEMPLATE.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
##### Description of the problem
2+
3+
...
4+
5+
##### Three.js version
6+
7+
- [ ] Dev
8+
- [ ] r74
9+
- [ ] ...
10+
11+
##### Browser
12+
13+
- [x] All of them
14+
- [ ] Chrome
15+
- [ ] Firefox
16+
- [ ] Internet Explorer
17+
18+
##### OS
19+
20+
- [x] All of them
21+
- [ ] Windows
22+
- [ ] Linux
23+
- [ ] Android
24+
- [ ] IOS
25+
26+
##### Hardware Requirements (graphics card, VR Device, ...)
27+
28+

0 commit comments

Comments
 (0)