Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Latest commit

History

History
24 lines (18 loc) * 587 Bytes

COMMIT_PROMPT.md

File metadata and controls

24 lines (18 loc) * 587 Bytes

Daily Commit Checklist

Use this file as a guide every time you make a commit.


1 Choose a Type

  • feat - new feature
  • fix - bug fix
  • docs - documentation update
  • style - formatting, no code change
  • refactor - code restructuring
  • test - adding or fixing tests
  • chore - maintenance tasks

2 Define Scope (optional)

  • Example: readme, greet, api, ui

3 Write Short Description

  • Use imperative tense
  • Keep it <=50 characters
  • Example: add greeting function

4 Full Commit Message Format