From bba853cd98508406048bd7c028a552492ffb94ff Mon Sep 17 00:00:00 2001 From: sj-codedemo <141835690+sj-codedemo@users.noreply.github.com> Date: Tue, 16 Jan 2024 11:51:20 +0000 Subject: [PATCH] docs(community): add funding.yml templates to project and template docs --- .github/funding.yml | 14 ++++++++++++++ {{cookiecutter.project_slug}}/.github/funding.yml | 14 ++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 .github/funding.yml create mode 100644 {{cookiecutter.project_slug}}/.github/funding.yml diff --git a/.github/funding.yml b/.github/funding.yml new file mode 100644 index 0000000..09c5704 --- /dev/null +++ b/.github/funding.yml @@ -0,0 +1,14 @@ +# These are supported funding model platforms +# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository + +# platform: syntax +community_bridge: # Replace with PROJECT-NAME +github: # [USERNAME1, USERNAME2, USERNAME3, USERNAME4] Replace with up to 4 GitHub Sponsors-enabled usernames +issuehunt: # Replace with USERNAME +ko_fi: # Replace with USERNAME +liberapay: # Replace with USERNAME +open_collective: # Replace with USERNAME +otechie: # Replace with USERNAME +patreon: # Replace with USERNAME +tidelift: # Replace with PLATFORM-NAME/PACKAGE-NAME +custom: # Replace with ['link1', 'link2'] # Replace with up to 4 custom sponsorship URLs e.g., ['http://example.com', 'http://example.org'] diff --git a/{{cookiecutter.project_slug}}/.github/funding.yml b/{{cookiecutter.project_slug}}/.github/funding.yml new file mode 100644 index 0000000..09c5704 --- /dev/null +++ b/{{cookiecutter.project_slug}}/.github/funding.yml @@ -0,0 +1,14 @@ +# These are supported funding model platforms +# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository + +# platform: syntax +community_bridge: # Replace with PROJECT-NAME +github: # [USERNAME1, USERNAME2, USERNAME3, USERNAME4] Replace with up to 4 GitHub Sponsors-enabled usernames +issuehunt: # Replace with USERNAME +ko_fi: # Replace with USERNAME +liberapay: # Replace with USERNAME +open_collective: # Replace with USERNAME +otechie: # Replace with USERNAME +patreon: # Replace with USERNAME +tidelift: # Replace with PLATFORM-NAME/PACKAGE-NAME +custom: # Replace with ['link1', 'link2'] # Replace with up to 4 custom sponsorship URLs e.g., ['http://example.com', 'http://example.org']