diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 2840407..016b8a7 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -1,7 +1,7 @@ # Nodes with values to reuse in the pipeline. common_params: plugins: &common_plugins - - &bash_cache automattic/bash-cache#2.8.0 + - &bash_cache automattic/bash-cache#2.9.0 env: &common_env IMAGE_ID: xcode-14 diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..3f966ea --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,4 @@ + +--- + +- [ ] I have considered if this change warrants release notes and have added them to the appropriate section in the `CHANGELOG.md` if necessary. diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a1f8e2c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,49 @@ +# Changelog + +The format of this document is inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and the project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + + + +## Unreleased + +### Breaking Changes + +_None._ + +### New Features + +_None._ + +### Bug Fixes + +_None._ + +### Internal Changes + +- Add this changelog file [#119]