|
2 | 2 | title: Submit an object
|
3 | 3 | layout: default
|
4 | 4 | ---
|
5 | | -You can submit your design to the Libre Objet’s team by [email](mailto:hello@libreobjet.org). |
6 | | -Advanced users can fork the [project on GitHub](https://github.com/libreobjet/libreobjet.org), add an object and do a pull request. To be published on the website, be sure it matches the following requirements: |
| 5 | +You can submit your design to the Libre Objet’s team by [email](mailto:hello@libreobjet.org). |
| 6 | +Advanced users can fork the [project on GitHub](https://github.com/libreobjet/libreobjet.org), add an object and do a pull request. |
| 7 | +We encourage you to have your own git repository for your object. We will then add it as a git submodules in our website source. |
| 8 | +So development can still happen on your projectc%, others can easily build on it and we will always be able to get the latest updates from it. |
| 9 | + |
| 10 | +To be published on the website, be sure it matches the following requirements: |
7 | 11 |
|
8 | 12 | - Include all 3D (IGES, STL, DAE, OBJ, BLEND, STEP, SKP, 3DS, MAYA,...) and/or 2D (DXF, SVG, EPS, ODG, DWG, AI,...) source files to build the object. We do prefer and encourage the use of open standards file formats.
|
9 | 13 | - A markdown file (preferably called project.md) that describes the object. See documentation below for an example.
|
|
0 commit comments