Browse Source

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.
Aaron Franke 6 years ago
parent
commit
3bf7046184
3 changed files with 21 additions and 0 deletions
  1. 2 0
      .github/FUNDING.yml
  2. 18 0
      .github/ISSUE_TEMPLATE.md
  3. 1 0
      .gitignore

+ 2 - 0
.github/FUNDING.yml

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

+ 18 - 0
.github/ISSUE_TEMPLATE.md

@@ -0,0 +1,18 @@
+<!-- Please search existing issues for potential duplicates before filing yours:
+https://github.com/godotengine/godot-demo-projects/issues?q=is%3Aissue
+-->
+
+**Which demo project is affected:**
+<!-- Specify the project name or path. -->
+
+
+**OS/device including version:**
+<!-- Specify GPU model and drivers if graphics-related. -->
+
+
+**Issue description:**
+<!-- What happened, and what was expected. -->
+
+
+**Screenshots of issue:**
+<!-- Drag in an image, or link in the form of "![]()". If not relevant, remove this section. -->

+ 1 - 0
.gitignore

@@ -5,6 +5,7 @@ export_presets.cfg
 
 # Mono-specific ignores
 .mono/
+mono_crash.*.json
 
 # System/tool-specific ignores
 .directory