Skip to content

Commit

Permalink
CODEOWNERS, FUNDING, issue template files, and update gitignore
Browse files Browse the repository at this point in the history
The mono_crash ignore is because they generated anytime there was a crash. The rest of the files mirror the main Godot repo.
  • Loading branch information
aaronfranke committed Jul 11, 2019
1 parent a42f81a commit 4064613
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
# Owners can be @users, @org/teams or emails

/misc/2.5d @aaronfranke
/mono/2.5d @aaronfranke
2 changes: 2 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
patreon: godotengine
custom: https://godotengine.org/donate
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export_presets.cfg

# Mono-specific ignores
.mono/
mono_crash.*.json

# System/tool-specific ignores
.directory
Expand Down

0 comments on commit 4064613

Please sign in to comment.