Files
godot-docs-project-starters/README.md
Max Hilbrunner 9d277860a5 Remove whitespace
2023-05-04 13:45:49 +02:00

25 lines
1.6 KiB
Markdown

# Godot Engine documentation project starters
This repository contains project files and assets used by tutorials in the [Godot Engine](https://godotengine.org)'s [documentation](https://github.com/godotengine/godot-docs/).
They can be referenced in the documentation using the normal RST link syntax:
```rst
`file_name.zip <https://github.com/godotengine/godot-docs-project-starters/releases/download/latest-4.x/file_name.zip>`_
```
## Contributing
All contributors are welcome to help on the Godot documentation. Please familiarize yourself with contribution guidelines of the [main documentation repository](https://github.com/godotengine/godot-docs), namely:
1. [Contributing to the online manual](https://docs.godotengine.org/en/latest/contributing/documentation/contributing_to_the_documentation.html)
2. [Content guidelines](https://docs.godotengine.org/en/latest/contributing/documentation/content_guidelines.html)
3. [Writing guidelines](https://docs.godotengine.org/en/latest/contributing/documentation/docs_writing_guidelines.html)
GDScript sources in this repository must follow the [GDScript style guide](https://docs.godotengine.org/en/latest/tutorials/scripting/gdscript/gdscript_styleguide.html). Assets in this repository must be compatible with the license of the repository.
## License
All the content of this repository is licensed under the Creative Commons Attribution 3.0 Unported license ([CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)) and is to be attributed to "Juan Linietsky, Ariel Manzur and the Godot community".
See [LICENSE.txt](/LICENSE.txt) for details.