-
Notifications
You must be signed in to change notification settings - Fork 332
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #798 from alphagov/document-unreleased-readme-impo…
…rtance Add CHANGELOG_TEMPLATE to make changelogs easier for new contributors
- Loading branch information
Showing
4 changed files
with
68 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Changelog | ||
|
||
## Unreleased | ||
|
||
💥 Breaking changes: | ||
|
||
- Pull Request Title goes here | ||
|
||
Description goes here (optional) | ||
|
||
To migrate you need to change: X | ||
|
||
([PR #N](https://github.com/alphagov/govuk-frontend/pull/N)) | ||
|
||
🆕 New features: | ||
|
||
- Pull Request Title goes here | ||
|
||
Description goes here (optional) | ||
|
||
([PR #N](https://github.com/alphagov/govuk-frontend/pull/N)) | ||
|
||
🔧 Fixes: | ||
|
||
- Pull Request Title goes here | ||
|
||
Description goes here (optional) | ||
|
||
([PR #N](https://github.com/alphagov/govuk-frontend/pull/N)) | ||
|
||
🏠 Internal: | ||
|
||
- Pull Request Title goes here | ||
|
||
Description goes here (optional) | ||
|
||
([PR #N](https://github.com/alphagov/govuk-frontend/pull/N)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters