Detect commit messages in the squashed commit

Open
#19 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
git, javascript
Domain
cli, tooling

Research direction

No files or tests are named; start by locating the commit-message parsing or validation entry point and existing semantic-commit tests. Use the supplied squashed commit body as a fixture; done means returning a valid list that includes the semantic feat entry and the other commit titles.

Written by the indexing model from the issue text.

Description

enhancement

For example see https://github.com/bahmutov/generator-node-bahmutov/commit/8eb48addc834294f6248d163e69c37ef3ca38e12

The subject is just Immutable (#57) but the body has titles from 3 commits that were squashed from the pull request. One of them is semantic commit! Should detect such commits and return valid list

* feat(immutable): optional immutable linter, close #56

* add immutable to E2E answers

* add note to readme
Dominant language
JavaScript
Stars
25
Forks
8
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from bahmutov/simple-commit-message

All issues in bahmutov/simple-commit-message

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.