This repository is intended to be published as cobymyers/.github.
It adds:
- a default Sponsor button for public repositories through
.github/FUNDING.yml - a profile README at
profile/README.md - a clear positioning statement for small sponsor-funded open-source tasks
Publishing command:
cd "/Users/cobymyers/projects/test project/github-sponsors"
git init
git add .
git commit -m "Add GitHub Sponsors profile setup"
gh repo create cobymyers/.github --public --source=. --push