A starter template for my repositories.
Find a file Use this template
2026-06-29 16:36:38 -06:00
.cspell Update sample rulesets. 2026-06-02 13:36:18 -06:00
.github Updated Dependabot config. 2026-06-29 16:35:53 -06:00
.hooks/git Custom Git hooks. 2026-05-20 03:11:27 -06:00
.vscode Update repository workspace settings. 2026-06-02 13:47:42 -06:00
scripts Fixed up some script stuff. 2026-05-26 13:13:19 -06:00
.editorconfig Initial commit. 2025-06-02 09:57:55 -06:00
.gitattributes Update Git attributes a bit. 2026-04-29 19:32:57 -06:00
.gitconfig Custom Git hooks. 2026-05-20 03:11:27 -06:00
.gitignore Update Git ignores file. 2026-02-05 08:09:44 -07:00
.pre-commit-config.yaml Updated pre-commit hooks to latest version. 2025-09-22 15:27:42 -06:00
.prettierignore Added Prettier configs. 2026-06-02 13:47:36 -06:00
.prettierrc.mjs Added Prettier configs. 2026-06-02 13:47:36 -06:00
.shellcheckrc Lots of shell updates. 2026-04-29 16:55:31 -06:00
CHANGELOG.md Added changelog. 2026-02-05 08:09:50 -07:00
CODE_OF_CONDUCT.md Added template code of conduct. 2026-02-05 08:09:57 -07:00
CONTRIBUTING.md Corrected allowed branch prefixes. 2026-06-29 14:58:51 -06:00
cspell.json Adjust CSpell settings. 2026-02-05 08:08:01 -07:00
LICENSE.md Fixed LICENSE.md copyright date. 2026-06-29 14:56:30 -06:00
README.md Updated README.md. 2026-06-29 14:55:51 -06:00
SECURITY.md Corrected supported versions table. 2026-06-29 14:59:24 -06:00

Repository Template

A starter template for my repositories.

Table of Contents

About

This template repository is set up to support the following:

Setup

  1. Run ./scripts/setup-git-hooks.sh to install Git hooks into your local Git configuration (including pre-commit).
  • Done
  1. Set up GitHub labels from the .github/labels.yaml file (if applicable).
  • Done
  1. Set up GitHub rulesets from the files inside .github/samples/rulesets (if applicable).
  • Done
  1. Update GitHub Dependabot setup (if applicable).
  • Done
  1. Enable VSCode integrations.
  • Done
  1. Update the following files:
    • README.md
      • Update the title.
      • Update the description.
      • Remove everything else except license.
    • LICENSE.md
      • Change license to your project license.
    • CONTRIBUTING.md
      • Update code style guidelines (if applicable).
    • CODE_OF_CONDUCT.md
      • Update project administrators (if applicable).
    • SECURITY.md
      • Update where to report security vulnerabilities.
      • Update support versions table.
    • .cspell/dictionaries/project.txt
      • Remove all words and add those you do need.
    • .github/FUNDING.yml
      • Add your funding information (if applicable).
    • .github/CODEOWNERS
      • Set your code owners (if applicable).
  2. Good to go!
  • Yay!

License

Copyright (c) 2025 to present G'lek Tarssza

Licensed under a customized MIT license.

See LICENSE.md for the full license.