Project Setup Checklist

Complete the following steps after creating your project from this template to customize and finalize your project. Each item is designed to be clear and actionable for both human users and AI assistants.

Essential Setup Tasks

    • FULLNAME → Your full name (e.g., “Jane Doe”)
    • USERNAME → Your GitHub username (e.g., “janedoe”)
    • REPO_NAME → Your repository name (e.g., “my-research-data”)
    • SHORT_DESCRIPTION → Brief description of your project (e.g., “Analysis of climate data from 2020-2024”)
    • [INSERT CONTACT METHOD] → Your contact email or preferred method
    • GITHUB_REPO_ID → Your GitHub repository ID (e.g., “123456789”)
    • ZENODO_RECORD → Your Zenodo record number (e.g., “1234567”) after first release or manually create a Zenodo deposit
    • DOI → Your DOI after first release (e.g., “10.5281/zenodo.1234567”)
    • Files to update: .github/ISSUE_TEMPLATE/config.yml, _brand.yml, CODE_OF_CONDUCT.md, package.json, README.template.md, and SECURITY.md

Optional Enhancements

Verification Steps

After completing the checklist:

  1. Run npm run check to verify all files are properly formatted
  2. Run quarto preview to ensure documentation renders correctly
  3. Review your GitHub Pages site to confirm it displays as expected
  4. Test that all links in your README work correctly
  5. Verify that security alerts and branch protection are active
Back to top