- Replace repo name slug in links from README.md and CONTRIBUTING.md
sed -i 's/standard-repo-template/NEW_REPO_SLUG_HERE/g' README.md
sed -i 's/standard-repo-template/NEW_REPO_SLUG_HERE/g' .github/CONTRIBUTING.md
- Put repo name in the title from README.md and CONTRIBUTING.md
sed -i 's/Project name/NEW_PROJECT_NAME_HERE/g' README.md
sed -i 's/Code for Romania standard project/NEW_PROJECT_NAME_HERE -/g' .github/CONTRIBUTING.md
-
Update appropriate styleguide link in CONTRIBUTING.md under Best practices - Coding best practices
-
Go to settings and check the Sponsorships (Sponsorships help your community know how to financially support this repository.) checkbox 😉
-
Delete this file 😄