From ccf8890faea772ea03c821ec9df713177f9c0c5e Mon Sep 17 00:00:00 2001 From: Guilherme Fernandes Alves <63590233+Gui-FernandesBR@users.noreply.github.com> Date: Tue, 23 Aug 2022 23:34:38 -0300 Subject: [PATCH 1/2] Create FUNDING.yml --- .github/FUNDING.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 000000000..1efd3bffb --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,13 @@ +# These are supported funding model platforms + +github: [RocketPy-Team] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +patreon: # 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 +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry +custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] From 8f2baaca6a14835cc26661ea469075703cc2cc24 Mon Sep 17 00:00:00 2001 From: Guilherme Fernandes Alves <63590233+Gui-FernandesBR@users.noreply.github.com> Date: Tue, 23 Aug 2022 23:55:39 -0300 Subject: [PATCH 2/2] MAINT: removing unused platforms to avoid syntax error Co-authored-by: Giovani Hidalgo Ceotto --- .github/FUNDING.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 1efd3bffb..0919aee7b 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,13 +1,3 @@ # These are supported funding model platforms github: [RocketPy-Team] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] -patreon: # 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 -community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry -liberapay: # Replace with a single Liberapay username -issuehunt: # Replace with a single IssueHunt username -otechie: # Replace with a single Otechie username -lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry -custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']