di-sukharev / di-sukharev/opencommit
[Feature]: Change Emoji Placement to Align with Tools and Standards
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 7.5k
- Forks
- 445
- Avg merge
- 18m
- Merged PRs (30d)
- 2
Description
Description
Hello,
I am writing to suggest a change in the placement of emojis in commit messages to align with common tools like Commitizen and established standards.
Currently, the format is as follows:
📦 chore(tests.mak): add Makefile targets for building
Suggested Solution
However, it would be more standard to have the emoji after the scope and type, like so:
chore(tests.mak): 📦 add Makefile targets for building
This change would make the commit messages more consistent with common practices and improve readability.
Thank you for considering this suggestion. I look forward to hearing your thoughts.
Best regards,
Alternatives
No response
Additional Context
No response
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 locating the commit-message formatting entry point and the logic that currently places emojis before the type and scope. Compare its output with the before-and-after examples in the issue, then verify that generated messages consistently use the proposed placement; the change is done when the resulting format matches the suggested example.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, javascript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100