di-sukharev / di-sukharev/opencommit

[Feature]: Change Emoji Placement to Align with Tools and Standards

Open
#219 1 comment 2 reactions 0 assignees View on GitHub

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

Open the contributing guide

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.

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.