From 0a608bd781dcda40144097b007fac0a0c60a8ee1 Mon Sep 17 00:00:00 2001 From: Soispha Date: Tue, 1 Aug 2023 15:31:42 +0200 Subject: Refactor(treewide): Move module configuration in separate files --- home-manager/config/git/git_template.git | 66 -------------------------------- 1 file changed, 66 deletions(-) delete mode 100644 home-manager/config/git/git_template.git (limited to 'home-manager/config/git/git_template.git') diff --git a/home-manager/config/git/git_template.git b/home-manager/config/git/git_template.git deleted file mode 100644 index 9621698d..00000000 --- a/home-manager/config/git/git_template.git +++ /dev/null @@ -1,66 +0,0 @@ - -# Title: Summary, imperative, start upper case, don't end with a period -# If applied, this commit will - -# Body: Explain *what* and *why* (not *how*). - - -# BREAKING CHANGE: -# Fixes: # -# Refs: # -# Co-authored-by: - - - -# Convention Commits (https://www.conventionalcommits.org/en/v1.0.0/ or https://github.com/angular/angular/blob/85b4941be137a2fcdc664dc870e408dd72ad7de7/CONTRIBUTING.md#commit): -# Feat: [Features] -> MINOR version bump -# A new feature -# -# Fix: [Bug Fixes] -> PATCH version bump -# A bug fix -# -# append '!' after the type/scope: [Breaking Change] -> MAJOR version bump -# A breaking API change -# -# Docs: [Documentation] -# Documentation only changes -# -# Style: [Styles] -# Changes that do not affect the meaning of the code -# (white-space, formatting, missing semi-colons, etc) -# -# Refactor: [Code Refactoring] -# A code change that neither fixes a bug nor adds a feature -# -# Perf: [Performance Improvements] -> PATCH version bump -# A code change that improves performance -# -# Test: [Tests] -# Adding missing tests or correcting existing tests -# -# Build: [Builds] -> PATCH version bump -# Changes that affect the build system or external dependencies -# (example scopes: gulp, broccoli, npm) -# -# Ci: [Continuous Integrations] -# Changes to our CI configuration files and scripts -# (example scopes: Travis, Circle, BrowserStack, SauceLabs) -# -# Chore: [Chores] -# Other changes that don't modify src or test files -# -# Reverts: [Reverts] -# Reverts a previous commit - -# How to Write a Git Commit Message: -# [https://chris.beams.io/posts/git-commit/] -> https://cbea.ms/git-commit/ -# -# 1. Separate subject from body with a blank line -# 2. Limit the subject line to 50 characters -# 3. Capitalize the subject line -# 4. Do not end the subject line with a period -# 5. Use the imperative mood in the subject line -# 6. Wrap the body at 72 characters -# 7. Use the body to explain *what* and *why* vs. *how* -# -# vim: ft=gitcommit -- cgit 1.4.1