diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2019-08-20 16:16:27 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-20 16:16:27 +0900 |
| commit | 1d763096c795acd47b4dbbcefd4c540f9d7b38ea (patch) | |
| tree | ed1bc6289a8ba753f65ea4fdbedcbfafa1670c4c | |
| parent | [room]Add cup noodle (#5323) (diff) | |
| download | sharkey-1d763096c795acd47b4dbbcefd4c540f9d7b38ea.tar.gz sharkey-1d763096c795acd47b4dbbcefd4c540f9d7b38ea.tar.bz2 sharkey-1d763096c795acd47b4dbbcefd4c540f9d7b38ea.zip | |
Update room section of CONTRIBUTING.md
| -rw-r--r-- | CONTRIBUTING.md | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 18a4eebafd..79474c62dd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,10 +39,12 @@ Misskey uses CircleCI for executing automated tests. Configuration files are located in [`/.circleci`](/.circleci). ## Adding MisskeyRoom items -* Use English for material, object and texture names -* Use meter for unit of length -* Your PR should include all source files of your models (for later editing) -* Your PR must include the glTF binary files (.glb) of your models +* Use English for material, object and texture names. +* Use meter for unit of length. +* Your PR should include all source files (e.g. `.png`, `.blend`) of your models (for later editing). +* Your PR must include the glTF binary files (`.glb`) of your models. +* Add a locale key `room.furnitures.YOUR_ITEM` at [`/locales/ja-JP.yml`](/locales/ja-JP.yml). +* Add a furniture definition at [`/src/client/app/common/scripts/room/furnitures.json5`](/src/client/app/common/scripts/room/furnitures.json5). If you have no experience on 3D modeling, we suggest to use the free 3DCG software [Blender](https://www.blender.org/). You can find information on glTF 2.0 at [glTF 2.0 — Blender Manual]( https://docs.blender.org/manual/en/dev/addons/io_scene_gltf2.html). |