commit c4a808d468228b4bba13dafa72fbfd72804e79b7 Author: Hugo Locurcio Date: Wed Aug 26 16:22:40 2020 +0200 Initial commit diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..f104387 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,4 @@ +# Code of Conduct + +By participating in this repository, you agree to abide by the +[Godot Engine Code of Conduct](https://godotengine.org/code-of-conduct). diff --git a/FUNDING.yml b/FUNDING.yml new file mode 100644 index 0000000..0820ab1 --- /dev/null +++ b/FUNDING.yml @@ -0,0 +1,2 @@ +patreon: godotengine +custom: https://godotengine.org/donate diff --git a/README.md b/README.md new file mode 100644 index 0000000..ac4fd6a --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Community health files for the @godotengine organization + +These files will apply on all repositories in the @godotengine organization +unless overridden in a specific repository. + +[More information](https://help.github.com/en/articles/creating-a-default-community-health-file-for-your-organization) diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..8d319f3 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,9 @@ +# Security + +## Reporting security vulnerabilities + +If you've found a security vulnerability in Godot, please do not create an issue on +the GitHub issue tracker as it will be visible publicly. + +Instead, send an email to the "General inquiries" email address listed on the website's +[Contact page](https://godotengine.org/contact). diff --git a/SUPPORT.md b/SUPPORT.md new file mode 100644 index 0000000..c8b08b8 --- /dev/null +++ b/SUPPORT.md @@ -0,0 +1,21 @@ +# Support + +The official documentation is hosted on [ReadTheDocs](https://docs.godotengine.org). +It is maintained by the Godot community in its own [GitHub repository](https://github.com/godotengine/godot-docs). + +The [class reference](https://docs.godotengine.org/en/latest/classes/) +is also accessible from the Godot editor. + +The official demos are maintained in their own [GitHub repository](https://github.com/godotengine/godot-demo-projects) +as well. + +There are also a number of other +[learning resources](https://docs.godotengine.org/en/latest/community/tutorials.html) +provided by the community, such as text and video tutorials, demos, etc. +Consult the [community channels](https://godotengine.org/community) +for more information. + +## Supported Godot versions + +See [this page](https://docs.godotengine.org/en/latest/about/release_policy.html) +for a list of supported Godot versions.