From 749e73d42c9ddc5634517916fc3e3f17be2e3d6f Mon Sep 17 00:00:00 2001 From: peifeng-unity Date: Wed, 12 May 2021 09:50:24 -0700 Subject: [PATCH 1/2] add changelog --- .github/PULL_REQUEST_TEMPLATE.md | 1 + CHANGELOG.md | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 CHANGELOG.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6c88fdec..32d36978 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -29,6 +29,7 @@ Please describe the tests that you ran to verify your changes. Please also provi - [ ] Created this PR to target the `dev` branch - [ ] Followed the style guidelines as described in the [Contribution Guidelines](../CONTRIBUTING.md) - [ ] Added tests that prove my fix is effective or that my feature works +- [ ] Updated the [Changelog](../CHANGELOG.md) and described changes in the [Unreleased section](../CHANGELOG.md#unreleased) - [ ] Updated the documentation as appropriate ## Other comments \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..40da5b13 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# Changelog + +All notable changes to this repository will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + +## Unreleased + +### Upgrade Notes + +### Known Issues + +### Added + +### Changed + +### Deprecated + +### Removed + +### Fixed \ No newline at end of file From 28e159413a505bc6a923d0e031cb42933a1107a1 Mon Sep 17 00:00:00 2001 From: peifeng-unity Date: Wed, 12 May 2021 10:17:33 -0700 Subject: [PATCH 2/2] update the markdown link in the pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 32d36978..3a4e9aa6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -27,9 +27,9 @@ Please describe the tests that you ran to verify your changes. Please also provi ## Checklist - [ ] Ensured this PR is up-to-date with the `dev` branch - [ ] Created this PR to target the `dev` branch -- [ ] Followed the style guidelines as described in the [Contribution Guidelines](../CONTRIBUTING.md) +- [ ] Followed the style guidelines as described in the [Contribution Guidelines](https://github.com/Unity-Technologies/Unity-Robotics-Hub/blob/main/CONTRIBUTING.md) - [ ] Added tests that prove my fix is effective or that my feature works -- [ ] Updated the [Changelog](../CHANGELOG.md) and described changes in the [Unreleased section](../CHANGELOG.md#unreleased) +- [ ] Updated the [Changelog](https://github.com/Unity-Technologies/Unity-Robotics-Hub/blob/dev/CHANGELOG.md) and described changes in the [Unreleased section](https://github.com/Unity-Technologies/Unity-Robotics-Hub/blob/dev/CHANGELOG.md#unreleased) - [ ] Updated the documentation as appropriate ## Other comments \ No newline at end of file