isaacs / node-primordials

https://isaacs.github.io/node-primordials/
11 stars 3 forks source link

Consider moving FUNDING.yml to .github repository #7

Open jcbhmr opened 1 year ago

jcbhmr commented 1 year ago

Hi @isaacs! 👋

I think that putting FUNDING.yml into https://github.com/isaacs/.github would be a great way to automagically ✨ apply your sponsor information to all of your repositories automatically. That's certainly better than manually updating them all in the future if you get a Patreon or PayPal or something! 😉

More info: https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file

I've succesfully been able to convince @jimmywarting the benefits of using a .github repository to manage your FUNDING.yml and default documents like PULL_REQUEST_TEMPLATE.md, SECURITY.md etc. I think you should also consider this option. 😁 You don't have to if you don't want to ❤️

Example: image

jimmywarting commented 1 year ago

I would recommend it 😉

isaacs commented 1 year ago

Oh thanks for the tip, I wasn't aware of that option.

jimmywarting commented 1 year ago

Oh thanks for the tip, I wasn't aware of that option.

Me neither.

jcbhmr commented 1 year ago

@isaacs I've made a simple .github repo and attempted to transfer it to you. It just has a README.md and a FUNDING.yml. 👍 You can rename it from "isaacs-.github" to ".github" and 🎉 tada you'll no longer need to duplicate FUNDING.yml everywhere!