Skip to content

Releases: theholocron/base-template

v1.1.2

29 Oct 16:04
442fd31

Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...1.1.2

v1.1.1

29 Oct 16:05
76dd592

Choose a tag to compare

Full Changelog: 1.1.0...1.1.1

v1.1.0

29 Oct 16:05
6714a5d

Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.1.0

v1.0.1

29 Oct 16:03
430049f

Choose a tag to compare

Removed the advanced security checks as its not necessary.

Full Changelog: 1.0.0...1.0.1

v1.0.0

11 Oct 19:01
53d0a2c

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