What is this?

July 9, 2026 · View on GitHub

This document contains basic checklist what you need to do if you're going to use this template as in base of your own application.

Table of Contents

Checklist

Below you have basic checklist that you need to go through after you have started to use this template.

  • Check that LICENSE matches to your needs and change it if needed.
  • Check that README.md contains only things related to your application.
  • Update package.json to match with your application. Below you see the parts that you should check/update;
    • Common properties; name, description, author, license, homepage, keywords and bugs
  • Update compose.yaml to match with your application. Below you see the parts that you should check/update;
    • Change container_name to match your application
  • GitHub Actions - This application is using GitHub Actions to run multiple jobs to check application code.
    • main.yml - Check file contents and modify it for your needs.
    • vulnerability-scan.yml - Check file contents and modify it for your needs.
    • ACTIONS_UPDATE.md - Review the GitHub Actions pinning/update process and adapt it for your project.
    • Run make check-action-updates after workflow changes to verify pins, version consistency, and available updates.
  • Review the AI-assisted change policy files: .github/copilot-instructions.md, CLAUDE.md, and AI_RULES.md. Update or replace them so they match your own architecture, workflow, and review expectations.
  • Delete this file.

Back to resources index - Back to main README.md