diff options
author | loricooperhdf <lori.cooper@hdfgroup.org> | 2022-02-16 13:46:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-16 13:46:19 (GMT) |
commit | d25d05d7406375e848857185c569377ec7c6fd33 (patch) | |
tree | 4949942529d8e3f59532397ae8efb2d895b20efb | |
parent | 97b8fad8edbfa4c4c482a0b43f86885914c19fa5 (diff) | |
download | hdf5-d25d05d7406375e848857185c569377ec7c6fd33.zip hdf5-d25d05d7406375e848857185c569377ec7c6fd33.tar.gz hdf5-d25d05d7406375e848857185c569377ec7c6fd33.tar.bz2 |
Creating FUNDING.yml (#1427)
* Creating FUNDING.yml
Will add sponsor this project widget to the repo's page.
* Correct file name
Add sponsor widget; filename typo fixed.
* Update MANIFEST
-rw-r--r-- | .github/FUNDING.yml | 3 | ||||
-rw-r--r-- | MANIFEST | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..7c4daaf --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +# These are supported funding model platforms + +custom: "https://hdfgroup.org/about-us/donate-to-the-hdf-group/" @@ -40,6 +40,7 @@ ./.github/workflows/main.yml _DO_NOT_DISTRIBUTE_ ./.github/workflows/pr-check.yml _DO_NOT_DISTRIBUTE_ ./.github/workflows/codespell.yml _DO_NOT_DISTRIBUTE_ +./.github/FUNDING.yml _DO_NOT_DISTRIBUTE_ ./m4/aclocal_fc.m4 ./m4/aclocal_fc.f90 |