Skip to content

Commit

Permalink
Create FUNDING.ymlgit clone [email protected]:username/node.git cd node …
Browse files Browse the repository at this point in the history
…git remote add upstream https://github.com/nodejs/node.git git fetch upstream

git config user.name "J. Random User"
git config user.email "[email protected]"

Signed-off-by: ADNANALISALHADABY <[email protected]>
  • Loading branch information
ADNANALISALHADABY authored Dec 28, 2024
1 parent 7f835fc commit 90bb5c2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#https://github.com/ADNANALISALHADABY/node/actions/workflows/npm-grunt.yml These are supported funding model platforms

github: # 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
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
polar: # Replace with a single Polar username
buy_me_a_coffee: # Replace with a single Buy Me a Coffee username
thanks_dev: # Replace with a single thanks.dev username
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

0 comments on commit 90bb5c2

Please sign in to comment.