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

fix(README.md): add examples to Git Commit Guidelines in README.md #590

Merged

Conversation

benjaminapetersen
Copy link
Member

@benjaminapetersen benjaminapetersen commented Aug 23, 2017

Updates the Git Commit Guidelines with a few additional examples to help ensure future PRs can easily conform to desired commit message structure.

PR made in reference to this comment & this comment.

@jeff-phillips-18

@benjaminapetersen
Copy link
Member Author

Quick Q, should there be more than fix, perf, and feat? I see one example in the history:

chore(pfToolbar): fix typo in directive name and link from 'componenet' to 'component'

chore is not doc'd here.

@dtaylor113
Copy link
Member

Hi, chore will be merged but not update the version at all. Yeah, I didn't see it documented either, but that is what it does :-)

@jeff-phillips-18
Copy link
Member

Correct, chore is documented in the link but not here.

This should be a chore so as not to cause a release.

README.md Outdated
@@ -4,7 +4,7 @@

[![Join the chat at https://gitter.im/patternfly/angular-patternfly](https://badges.gitter.im/patternfly/angular-patternfly.svg)](https://gitter.im/patternfly/angular-patternfly?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

# AngularJS directives for [PatternFly](https://www.patternfly.org)
# AngularJS directives for [PatternFly](https://www.patternfly.org)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should probably be rewritten as "AngularJS components..."

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can quick update that to components.

@benjaminapetersen
Copy link
Member Author

So something like:

##### Non-Release

chore(foo): some minor change that should not trigger an automated release.

@dtaylor113
Copy link
Member

So something like:

Non-Release

chore(foo): some minor change that should not trigger an automated release.

Yes, that would be perfect

@benjaminapetersen
Copy link
Member Author

Done

@dtaylor113 dtaylor113 merged commit a07d2c7 into patternfly:master Aug 28, 2017
@benjaminapetersen benjaminapetersen deleted the bpeterse/contrib-update branch August 28, 2017 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants