[Feature Request] Support config through a unified file
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 101
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
As of now, commit types can be specified in `Cargo.toml`, which works fine for Rust projects. However, this isn't suitable in non-Rust projects.
I'd like to suggest using a unified config file everywhere, say `git-cm.toml` or (whatever file type is preferable for parsing) for easy use of `git-cm` regardless of the project.
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 how commit types are currently read from Cargo.toml. Review the existing configuration path before deciding how a unified file should be parsed and where it should be discovered. Done means non-Rust projects can configure git-cm while existing Rust-project behavior remains supported.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100