Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Better Commit Experience #4

Open
5ouma opened this issue Oct 31, 2023 · 0 comments
Open

[Feature] Better Commit Experience #4

5ouma opened this issue Oct 31, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@5ouma
Copy link

5ouma commented Oct 31, 2023

Is your feature request related to a problem? Please describe.

  1. See the detail of each type.
  2. Disable [Enter 2 empty lines to finish].
  3. Interactive git commit.

Describe the solution you'd like

  1. Specify types and their explanations on gitwok.yaml
gitwok:
  commit:
    type:
      - type1
        detail: detail of type1
      - type2
        detail: detail of type2
  1. Specify whether to write multiple lines on gitwok.yaml.
gitwok:
  commit:
    prompt:
      multiple-lines: false
  1. I use Gitlint, and it shows interactive questions about whether to ignore warnings, not to commit, or to edit the commit message.
    Since GitWok prevents it from showing the questions, the git commit command never ends with Gitlint waiting for my answer.
@5ouma 5ouma added the enhancement New feature or request label Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant