Browse Source

Merge branch 'master' into dev

Mr.doob 9 years ago
parent
commit
fb9a8d49f6
2 changed files with 37 additions and 8 deletions
  1. 9 8
      .github/CONTRIBUTING.md
  2. 28 0
      .github/ISSUE_TEMPLATE.md

+ 9 - 8
CONTRIBUTING.md → .github/CONTRIBUTING.md

@@ -1,27 +1,28 @@
-### 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).
 
-
-Before reporting a bug
+# Help 
+#### 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).
 ---
+# Bugs
+#### Before reporting a bug
+
 1. Search issue tracker for similar issues.
 2. Try the latest dev branch version of three.js.
 3. Refer to the [Migration Guide](https://github.com/mrdoob/three.js/wiki/Migration) when upgrading to the dev version.
 
+#### How to report a bug
 
-How to report a bug
----
 1. Specify the revision number of the three.js library where the bug occurred.
 2. Specify your browser version, operating system, and graphics card. (for example, Chrome 23.0.1271.95, Windows 7, Nvidia Quadro 2000M)
 3. Describe the problem in detail. Explain what happened, and what you expected would happen.
 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.
 5. If helpful, include a screenshot. Annotate the screenshot for clarity.
 
-
-How to contribute to three.js
 ---
+# Contribution
+#### How to contribute to three.js
+
 1. Make sure you have a GitHub account.
 2. Fork the repository on GitHub.
 3. Check the [Contribution Guidelines](https://github.com/mrdoob/three.js/wiki/How-to-contribute-to-three.js).
 4. Make changes to your clone of the repository.
 5. Submit a pull request.
-

+ 28 - 0
.github/ISSUE_TEMPLATE.md

@@ -0,0 +1,28 @@
+##### Description of the problem 
+
+...
+
+##### Three.js version
+
+- [ ] Dev
+- [ ] r74
+- [ ] ...
+
+##### Browser
+
+- [x] All of them
+- [ ] Chrome
+- [ ] Firefox
+- [ ] Internet Explorer
+
+##### OS
+
+- [x] All of them
+- [ ] Windows
+- [ ] Linux
+- [ ] Android
+- [ ] IOS
+
+##### Hardware Requirements (graphics card, VR Device, ...)
+
+