@kitware/vtk.js 28.8.2 → 28.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CONTRIBUTING.md
CHANGED
|
@@ -119,6 +119,10 @@ To create and debug a test:
|
|
|
119
119
|
The vtk.js documentation is part of the code repository and is entirely written in
|
|
120
120
|
[markdown](https://daringfireball.net/projects/markdown/).
|
|
121
121
|
|
|
122
|
+
If you create an example, please list it in the [examples landing page](Documentation/content/examples/index.md).
|
|
123
|
+
|
|
124
|
+
Images and GIF videos added to the [gallery](Documentation/content/docs/gallery) must be compressed as much as possible. You may want to use [ezgif.com](https://ezgif.com/).
|
|
125
|
+
|
|
122
126
|
## Reporting Issues
|
|
123
127
|
|
|
124
128
|
If you encounter problems using vtk.js you may be able to find the solutions in the
|