nodejs / nodejs/changelog-maker
Add link to github task
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 236
- Forks
- 41
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 7
Description
Maybe add task number parser and add link to it?
git commit -m"fix: #212"
to:
* [[`20f8e7f17a`](https://github.com/user/repo/commit/20f8e7f17a)] -
**fix**: [#212](https://github.com/user/repo/issues/212) (LestaD)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the repository's git-log-to-CHANGELOG.md entry point and the code that formats commit messages. Check how commit hashes and issue references are currently parsed, then verify that a message like fix: #212 produces a linked issue in the generated changelog, matching the example.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, javascript
- Domain
- release, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100