commit-helper icon indicating copy to clipboard operation
commit-helper copied to clipboard

A python program that helps you write commits following commit conventions

Results 14 commit-helper issues
Sort by recently updated
recently updated
newest added
trafficstars

### Update [atomicwrites](https://pypi.org/project/atomicwrites) from **1.3.0** to **1.4.1**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* Links - PyPI: https://pypi.org/project/atomicwrites - Repo: https://github.com/untitaker/python-atomicwrites ### Update...

### Update [atomicwrites](https://pypi.org/project/atomicwrites) from **1.3.0** to **1.4.0**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* Links - PyPI: https://pypi.org/project/atomicwrites - Repo: https://github.com/untitaker/python-atomicwrites ### Update...

**Describe the bug** While creating a commit using the message convention the CLIignores all entries and raises an error saying that commit was blank **To Reproduce** Steps to reproduce the...

bug
good first issue
asap
hotfix

## Proposed changes (description of our changes and why) ## Screen-shot of changes (if it applies) ## Link to issue (link issues here, specially if there is more than one...

**Is your feature request related to a problem? Please describe.** Every convention has directives and rules that must be enforced while creating a commit. **Describe the solution you'd like** This...

enhancement
coming soon
3.x

**Describe the bug** If you type the ' char the string that was to be made for the commit message will break the program **To Reproduce** Steps to reproduce the...

bug
frozen

**Describe the solution you'd like** See [here](https://pre-commit.com/#new-hooks)

enhancement

### Features scketch - Internally generated commits with a python/git library - Commit message validation with the convention's regex - OOP approach since the git library has that (because of...

discussion

Users must be allowed to add optional fields in the commiter.yml file, such as a body field, footer and such. To understand more visit http://karma-runner.github.io/2.0/dev/git-commit-msg.html

enhancement
good first issue

**Is your feature request related to a problem? Please describe.** OS calls are not good **Describe the solution you'd like** Change os calls to gitpyhton **Describe alternatives you've considered** gitpython...

enhancement
discussion
technical story
3.x