Releases: theholocron/base-template
Releases · theholocron/base-template
v1.1.2
v1.1.1
Full Changelog: 1.1.0...1.1.1
v1.1.0
v1.0.1
Removed the advanced security checks as its not necessary.
Full Changelog: 1.0.0...1.0.1
v1.0.0
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):
- README (requires edits) - the bare bones required to get up and
running - LICENSE - GPL license for open source
.alexignore- for verifying inclusive grammar for all writing.editorconfig- puts the spaces/tabs to bed.gitattributes- sets end-of-line settings on all git-tracked files.gitignore- ignore all of the unnecessary files on the system.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