Skip to content

Releases: theholocron/base-template

v1.0.0

11 Oct 19:01
53d0a2c
Compare
Choose a tag to compare

The goal of this initial setup is to create an extendable template. It is not the goal to create a template that contains
everything, but files specific to all templates created from it.

Files included (with reasoning):

  1. README (requires edits) - the bare bones required to get up and
    running
  2. LICENSE - GPL license for open source
  3. .alexignore - for verifying inclusive grammar for all writing
  4. .editorconfig - puts the spaces/tabs to bed
  5. .gitattributes - sets end-of-line settings on all git-tracked files
  6. .gitignore - ignore all of the unnecessary files on the system
  7. .github/ - create the basic workflow actions to be used, including greetings for first-time contributors, add labels to PRs, runs security checks, and sets stale PRs

Full Changelog: https://github.com/theholocron/base-template/commits/1.0.0