1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

Write down some developer documentation

I think it's better suited here than in the wiki.
This commit is contained in:
sfan5 2024-01-10 18:20:07 +01:00
parent 1ba26d67bd
commit dd094d7606
3 changed files with 91 additions and 2 deletions

24
doc/developing/README.md Normal file
View file

@ -0,0 +1,24 @@
# Developer documentation
## Wiki
Some important development docs are found in the wiki: https://dev.minetest.net/
Notable pages:
- [Releasing Minetest](https://dev.minetest.net/Releasing_Minetest)
- [Engine translations](https://dev.minetest.net/Translation#Maintaining_engine_translations)
- [Changelog](https://dev.minetest.net/Changelog)
- [Organisation](https://dev.minetest.net/Organisation)
- [Code style guidelines](https://dev.minetest.net/Code_style_guidelines)
## In this folder
- [Developing minetestserver with Docker](docker.md)
- [Miscellaneous](misc.md)
## IRC
Oftentimes knowledge hasn't been written down (yet) and your best bet is to ask someone experienced and/or the core developers.
Feel free to join the [#minetest-dev IRC](https://wiki.minetest.net/IRC) and ask questions related to **engine development**.