From 3bf70461840259313553d426abfcf4ed6201a94a Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Sat, 8 Jun 2019 04:08:52 -0400 Subject: [PATCH] FUNDING, issue template files, and update gitignore The mono_crash ignore is because they generated anytime there was a crash. The rest of the files mirror the main Godot repo. --- .github/FUNDING.yml | 2 ++ .github/ISSUE_TEMPLATE.md | 18 ++++++++++++++++++ .gitignore | 1 + 3 files changed, 21 insertions(+) create mode 100644 .github/FUNDING.yml create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 00000000..0820ab17 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,2 @@ +patreon: godotengine +custom: https://godotengine.org/donate diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..626f3c1e --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,18 @@ + + +**Which demo project is affected:** + + + +**OS/device including version:** + + + +**Issue description:** + + + +**Screenshots of issue:** + diff --git a/.gitignore b/.gitignore index 3765c325..ec36c23b 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ export_presets.cfg # Mono-specific ignores .mono/ +mono_crash.*.json # System/tool-specific ignores .directory