Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 802 Bytes

START_HERE.md

File metadata and controls

21 lines (14 loc) · 802 Bytes

Steps to do after creating a new repo from this template

  1. 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
  1. 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
  1. Update appropriate styleguide link in CONTRIBUTING.md under Best practices - Coding best practices

  2. Go to settings and check the Sponsorships (Sponsorships help your community know how to financially support this repository.) checkbox 😉

  3. Delete this file 😄