diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-06-27 17:22:46 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2019-06-27 17:22:48 +0200 |
commit | fca9f0bb7f5a378c2270449a0f830d6ad82f3885 (patch) | |
tree | 0c57de6b9ef9b23911f7f48f09939b5910091aab | |
parent | 94bf728e53679ee09894d16970d6af4ffeb85ed6 (diff) |
Move CODEOWNERS and ISSUE_TEMPLATE.md to .github folder
Keeping CONTRIBUTING.md at the root so that contributors actually find it.
Also changed the custom FUNDING.yml link to point to godotengine.org/donate,
which also links to PayPal and other options.
-rw-r--r-- | .github/CODEOWNERS (renamed from CODEOWNERS) | 0 | ||||
-rw-r--r-- | .github/FUNDING.yml | 2 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE.md (renamed from ISSUE_TEMPLATE.md) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/CODEOWNERS b/.github/CODEOWNERS index 399fca03e8..399fca03e8 100644 --- a/CODEOWNERS +++ b/.github/CODEOWNERS diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 44142f1f3b..0820ab175d 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1,2 @@ patreon: godotengine -custom: https://www.paypal.com/donate/?token=v-mEfr__g1BbOiStnJsgwRib_I8jVSMD_064iu7NizC0Uvm9fSiPYOs-v1VQz9HFK1K8YG +custom: https://godotengine.org/donate diff --git a/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 1ca0b3694c..1ca0b3694c 100644 --- a/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md |