diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 013ef43ce8..caa87e4483 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,6 +2,10 @@ A description about what this pull request implements and its purpose. Try to be detailed and describe any technical details to simplify the job of the reviewer and the individual on production support. +#### Requirements + +- [ ] CHANGELOG.md entry added (required for code changes only) + #### Tickets / Documentation Add links to any relevant tickets and documentation. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 54ca1b4c0a..d3f535f6da 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,6 +28,7 @@ Unsure where to begin contributing to Stencil? Check our [forums](https://forum. * Fill in [the required template](https://github.com/bigcommerce/cornerstone/pull/new/master) * Include screenshots and animated GIFs in your pull request whenever possible. * End files with a newline. +* Update CHANGELOG.md with a reference to your pull request if changing code ## Styleguides