From ec7e659e222432ec80baacc560c48b463bcae3d8 Mon Sep 17 00:00:00 2001 From: thinkverse Date: Wed, 27 May 2020 09:31:04 +0200 Subject: [PATCH 1/2] Add ISSUE_TEMPLATE --- .github/ISSUE_TEMPLATE/config.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..f9800d9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,14 @@ +blank_issues_enabled: false +contact_links: + - + about: "Discord Support for BGHDDevelopment Plugins." + name: "BGHD Discord" + url: "https://bghddevelopment.com/discord" + - + about: "Feature Requests for BGHDDevelopment Plugins." + name: "BGHD Feedback" + url: "https://feedback.bghddevelopment.com/" + - + about: "Wiki for BGHDDevelopment Plugins." + name: "BGHD Wiki" + url: "https://wiki.bghddevelopment.com/" \ No newline at end of file From 40eaa875d1342a64eea7e7a9f9a102990921fc32 Mon Sep 17 00:00:00 2001 From: thinkverse Date: Wed, 27 May 2020 09:31:22 +0200 Subject: [PATCH 2/2] Add FUNDING.yml --- .github/FUNDING.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..a32ab6b --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +custom: https://bghddevelopment.com/donate \ No newline at end of file