10 lines
354 B
Markdown
10 lines
354 B
Markdown
- The documentation of the project is located in docs/ directory;
|
|
- Get following files in context before doing anything else:
|
|
- docs\CLAUDE.md
|
|
- docs\CODE_OF_CONDUCT.md
|
|
- project.godot
|
|
- Use TDD methodology for development;
|
|
- Use static data types;
|
|
- Keep documentation up to date;
|
|
- Always run tests `./tools/run_development.py --yaml --silent`;
|