-
Notifications
You must be signed in to change notification settings - Fork 12
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
Update CHANGELOG Format and PR Title Formats #265
Comments
A standard for commit message format that I normally use: https://www.conventionalcommits.org/en/v1.0.0/ |
This looks like a nice idea, although I maybe would end up incorporating a lazy version of it. But these all look doable to me: types other than |
This looks good to me, too, but I haven't yet been involved in updating the changelog. I guess I could start... |
We could broaden this out and include standardizing on linting? Or maybe that's already semi-official with |
Is there a PR title format suggestion already? |
Same format as commit message |
Created a new issue #287 |
Perfectly fine with this, no need to be strict but having a standard format could help our commit messages and changelog be more readable across authors. So what if we slip up a little bit, or our changelog format uses different markdown formatting. For the changelog what's important is the methodology - that this is meant for users (with links to GitHub), but is meant to be readable on its own. |
https://keepachangelog.com/en/1.0.0/
Per brief comment exhcange with @ctrlaltf24, we should look to standardize our changelog as well as the titles for PRs.
The text was updated successfully, but these errors were encountered: