We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice to have a way to explicitly mark a PR or a commit as "meaningful for the log".
For jQuery / angular style, I think this would be the format:
(log) <type>(<scope>): <subject>
For Ember, I think it would be this:
[LOG <TYPE> <channel>]
For all commits, I think there should be an additional option via #:
#
Angular: <type>(<scope>): <subject containing #log> Ember: [<TYPE> <channel>] <subject containging #log>
The text was updated successfully, but these errors were encountered:
@seawatts this is the issue, turns out I just need to fill it out ;)
Sorry, something went wrong.
cc @seawatts I've filled it in :)
lol 👍 nice! Thanks! 😄 Yeah I like this. This is what ember.js does right?
No branches or pull requests
It would be nice to have a way to explicitly mark a PR or a commit as "meaningful for the log".
For jQuery / angular style, I think this would be the format:
For Ember, I think it would be this:
For all commits, I think there should be an additional option via
#
:The text was updated successfully, but these errors were encountered: