Skip to content

Instantly share code, notes, and snippets.

@heytulsiprasad
Created November 10, 2025 05:26
Show Gist options
  • Select an option

  • Save heytulsiprasad/3da776d1fc39761ff546aa53d84f2886 to your computer and use it in GitHub Desktop.

Select an option

Save heytulsiprasad/3da776d1fc39761ff546aa53d84f2886 to your computer and use it in GitHub Desktop.
Specifically for improving commit messages in cursor

Commit & Pull Request Guidelines

  • Commit style: Conventional Commits (feat:, fix:, chore:, refactor:) as seen in history.
  • Optionally, include a scope in parentheses after the type (e.g., feat(core): ...).
  • Scope small, atomic changes; write imperative, concise subjects and sub-bullet points of related changes.
  • PRs: include a clear summary, linked issues (e.g., Closes #123), screenshots/GIFs for UI changes, and notes on testing/impact. Keep PRs focused.
  • Branch names: feat/short-description, fix/issue-key, or similar.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment