# GitHub Infrastructure

All Kjerneverk projects must include:

1. **Repository Setup**: When creating a new project, ensure:
   - GitHub repository is created under kjerneverk organization
   - Repository has appropriate description and topics
   - Repository has Apache-2.0 license file

2. **GitHub Actions**: Projects should include:
   - CI workflow for testing and linting
   - Automated npm publishing on release tags
   - Code coverage reporting

3. **Issue Templates**: Consider adding:
   - Bug report template
   - Feature request template
   - Contributing guidelines
