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,keywordsandbugs
- Common properties;
- Update compose.yaml to match with your
application. Below you see the parts that you should check/update;
- Change
container_nameto match your application
- Change
- 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-updatesafter 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.