From fca9f0bb7f5a378c2270449a0f830d6ad82f3885 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 27 Jun 2019 17:22:46 +0200 Subject: [PATCH] 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. --- CODEOWNERS => .github/CODEOWNERS | 0 .github/FUNDING.yml | 2 +- ISSUE_TEMPLATE.md => .github/ISSUE_TEMPLATE.md | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename CODEOWNERS => .github/CODEOWNERS (100%) rename ISSUE_TEMPLATE.md => .github/ISSUE_TEMPLATE.md (100%) diff --git a/CODEOWNERS b/.github/CODEOWNERS similarity index 100% rename from CODEOWNERS rename to .github/CODEOWNERS diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 44142f1f3b2..0820ab175df 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 similarity index 100% rename from ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE.md