Initial commit

This commit is contained in:
Hugo Locurcio
2020-08-26 16:22:40 +02:00
commit c4a808d468
5 changed files with 42 additions and 0 deletions

4
CODE_OF_CONDUCT.md Normal file
View File

@@ -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).

2
FUNDING.yml Normal file
View File

@@ -0,0 +1,2 @@
patreon: godotengine
custom: https://godotengine.org/donate

6
README.md Normal file
View File

@@ -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)

9
SECURITY.md Normal file
View File

@@ -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).

21
SUPPORT.md Normal file
View File

@@ -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.