You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Git Commit Message Template with Issue ID and Conventional Commits
# ================================================================
#
# This template requires the commit header to begin with an Issue ID.
#
# Format: <issue-id> <type>(<scope>): <subject>
#
# - <issue-id>: The identifier for the related issue (e.g., "ISSUE-123").
# This comes first per your team's convention.
#
# - <type>: Describes the kind of change. Common types include:
# feat - A new feature
# fix - A bug fix
# docs - Documentation changes
# style - Code style changes (formatting, etc.)
# refactor - Code refactoring that neither adds features nor fixes bugs
# perf - Performance improvements
# test - Adding or updating tests
# chore - Build process or auxiliary tool changes
#
# - <scope>: (Optional) A noun describing the section of the codebase affected.
# Examples: auth, api, ui, config.
#
# - <subject>: A short, imperative tense description of the change.
#
# Example:
# ISSUE-123 feat(auth): add OAuth login support
#
# ---------------------------------------------------
# 2. BODY (Optional):
# ---------------------------------------------------
# Provide a detailed explanation of the commit:
# - Describe the what and why of the changes.
# - Use 72-character line wraps.
#
# ---------------------------------------------------
# 3. FOOTER (Optional):
# ---------------------------------------------------
# Include any metadata such as:
# - Issue references (e.g., Fixes#456)
# - Breaking changes (prefixed with "BREAKING CHANGE:")
#
# Example:
# BREAKING CHANGE: The authentication API now requires an OAuth token.
#
# IMPORTANT:
# Remove these instructional comments before finalizing your commit.
#
# ----------------------------
# START WRITING YOUR COMMIT MESSAGE BELOW:
# ----------------------------
docs: Update README.md to contain Open Knight Tour
0 commit comments