diff options
author | mattn <mattn.jp@gmail.com> | 2019-05-24 00:19:27 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-24 00:19:27 +0900 |
commit | afa0250ddf60dda4e8b2382b90ae1f72e0300380 (patch) | |
tree | f6649404d48d1d91d71c3ac004128578f0eff27f | |
parent | Merge pull request #716 from mattn/fix-variadic (diff) | |
download | golite-afa0250ddf60dda4e8b2382b90ae1f72e0300380.tar.gz golite-afa0250ddf60dda4e8b2382b90ae1f72e0300380.tar.xz |
Create FUNDING.yml
-rw-r--r-- | .github/FUNDING.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..ee44966 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,8 @@ +# These are supported funding model platforms + +github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +patreon: mattn # Replace with a single Patreon username +open_collective: # Replace with a single Open Collective username +ko_fi: # Replace with a single Ko-fi username +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +custom: # Replace with a single custom sponsorship URL |