Mirror of godotengine/godot-docs-project-starters
Find a file
Hugo Locurcio b513bd4386
Merge pull request #11 from russellsanborn/jetbrains-gitignore
Add JetBrains IDE files to .gitignore
2025-04-15 18:29:16 +02:00
.github/workflows Use a unique name for concurrency checks 2023-04-25 15:48:46 +03:00
src Revert "Add missing default bus and environment files from previous starter" 2025-02-21 09:04:24 -06:00
.editorconfig Initial commit 2023-04-25 12:47:39 +02:00
.gitattributes Initial commit 2023-04-25 12:47:39 +02:00
.gitignore Add JetBrains IDE files to .gitignore 2025-04-13 22:34:04 -05:00
.mailmap Initial commit 2023-04-25 12:47:39 +02:00
AUTHORS.md Initial commit 2023-04-25 12:47:39 +02:00
LICENSE.txt Initial commit 2023-04-25 12:47:39 +02:00
README.md Remove whitespace 2023-05-04 13:45:49 +02:00

Godot Engine documentation project starters

This repository contains project files and assets used by tutorials in the Godot Engine's documentation.

They can be referenced in the documentation using the normal RST link syntax:

`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, namely:

  1. Contributing to the online manual
  2. Content guidelines
  3. Writing guidelines

GDScript sources in this repository must follow the GDScript style guide. 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) and is to be attributed to "Juan Linietsky, Ariel Manzur and the Godot community". See LICENSE.txt for details.