|
@@ -1,22 +1,6 @@
|
|
|
-# CONTRIBUTING TO THREE.JS
|
|
|
+# This board is for bug reports and feature requests only. If you need help, please use [stackoverflow](http://stackoverflow.com/questions/tagged/three.js).
|
|
|
|
|
|
-## 1. Index
|
|
|
-
|
|
|
-1. [Index](#1-index)
|
|
|
-2. [Before you create a new Issue.](#2-before-you-create-a-new-issue)
|
|
|
- * [How to report](#how-to-report)
|
|
|
- * [Migrating problems](#migrating-problems)
|
|
|
-
|
|
|
-## 2. Before you create a new Issue.
|
|
|
-
|
|
|
-We use both, stackoverflow and github issues. Where should you be posting?
|
|
|
-
|
|
|
-* [Stackoverflow](http://stackoverflow.com/questions/tagged/three.js): By default you should be using stackoverflow. Feel free to ask a question whenever you need help either because you're stuck or you don't know what the right approach would be.
|
|
|
-* [Github issues](https://github.com/mrdoob/three.js/issues): If you're certain that you have found a bug or there is a feature request you would like to make.
|
|
|
-
|
|
|
-For a more extensive explanation, see [issue 1979](https://github.com/mrdoob/three.js/issues/1979).
|
|
|
-
|
|
|
-### How to report.
|
|
|
+## How to report.
|
|
|
|
|
|
It's hard to identify a problem without some key parts. What helps??
|
|
|
|
|
@@ -24,14 +8,6 @@ It's hard to identify a problem without some key parts. What helps??
|
|
|
* The revision number of three.js
|
|
|
* A small testcase. (Big chance is that when you do this, you'll find the answer yourself.)
|
|
|
* What did you try already??
|
|
|
-
|
|
|
-### Migrating problems.
|
|
|
-
|
|
|
-Please check our [migrating guide](https://github.com/mrdoob/three.js/wiki/Migration) to be sure that you fixed all problems listed in there.
|
|
|
-
|
|
|
-### Common problems
|
|
|
-
|
|
|
-[Invisible objects](https://github.com/mrdoob/three.js/wiki/Invisible-objects)
|
|
|
-
|
|
|
-
|
|
|
+* Tell us where did you observe the problem: your browser version, your operating system, your graphics card (for example Chrome 23.0.1271.95, Windows 7, Nvidia Quadro 2000M)
|
|
|
+* If you can, try to check your problem on multiple browsers / multiple computers (if you are on Windows, especially helpful is to compare ANGLE and OpenGL renderers)
|
|
|
|