From 252c3c11c9f87be439feea5f863ac5bfe78e8a26 Mon Sep 17 00:00:00 2001 From: Deeka Wong Date: Mon, 26 Feb 2024 09:29:06 +0800 Subject: [PATCH] Adds FUNDING.yml (#571) * Adds FUNDING.yml * Add open_collective funding option * Add open_collective funding option to FUNDING.yml files * Add custom funding options for repositories * Update FUNDING.yml files with new custom URLs --------- Co-authored-by: Deeka Wong <8337659+huangdijia@users.noreply.github.com> --- .github/FUNDING.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..bd70c6c --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,2 @@ +github: huangdijia +custom: ['https://hdj.me/images/alipay-min.jpg', 'https://hdj.me/images/wechat-pay-min.jpg'] \ No newline at end of file