Skip to content
New issue

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

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

Already on GitHub? # to your account

[FEAT] Allow line break in long description #307

Open
joezappie opened this issue Feb 10, 2023 · 4 comments
Open

[FEAT] Allow line break in long description #307

joezappie opened this issue Feb 10, 2023 · 4 comments
Assignees
Labels
question Further information is requested

Comments

@joezappie
Copy link

joezappie commented Feb 10, 2023

Is your feature request related to a problem? Please describe

I want to be able to provide more than 72 characters for the long description and sometimes I want to separate my long description with line breaks to make it easier to read.

Describe the solution you'd like

I'd like to be able to press "shift-enter" to get a new line.

Describe alternatives you've considered

Currently I make sure not to stage any changes, then cancel the commit when it asks. This leaves the convention commit message in the source control tab, where I can format my description and then manually commit it.

I see there is also a conventionalCommits.autoCommit property I could set so that it doesn't auto commit, but the majority of the time I'm okay with it auto committing.

Additional context

Example - I'd much rather have this:

Added two new environment variables:
- VITE_API_HOST
- VITE_API_PORT

Rather than

Added two new environment variables: VITE_API_HOST and VITE_API_PORT
@joezappie joezappie added the question Further information is requested label Feb 10, 2023
@yi-Xu-0100
Copy link
Collaborator

yi-Xu-0100 commented Feb 11, 2023

@joezappie
Copy link
Author

Thank you, that will work. Just out of curiosity, is there a reason the long description isn't a textarea instead of a single line textfield? Its more natural to hit enter (or shift-enter) than type /n but understand there's probably a challenge on why that's the case.

@yi-Xu-0100
Copy link
Collaborator

@jrj2211 inputbox did not support multiline input. 😢

See in an old issue (need feature):

@SinaKarimi7
Copy link

I think it'll better to support Shift+Enter as new line in long description menu.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants