From 0ba8a3df500a8b0d51237e702940d8475cde71c8 Mon Sep 17 00:00:00 2001 From: peifeng-unity Date: Wed, 12 May 2021 10:49:04 -0700 Subject: [PATCH 1/2] add changelog --- .github/PULL_REQUEST_TEMPLATE.md | 3 ++- .../CHANGELOG.md | 21 +++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 com.unity.robotics.ros-tcp-connector/CHANGELOG.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6c88fdec..b3c48d2f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -27,8 +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/ROS-TCP-Connector/blob/main/CONTRIBUTING.md) - [ ] Added tests that prove my fix is effective or that my feature works +- [ ] Updated the [Changelog](https://github.com/Unity-Technologies/ROS-TCP-Connector/blob/dev/com.unity.robotics.urdf-importer/CHANGELOG.md) and described changes in the [Unreleased section](https://github.com/Unity-Technologies/ROS-TCP-Connector/blob/dev/com.unity.robotics.urdf-importer/CHANGELOG.md#unreleased) - [ ] Updated the documentation as appropriate ## Other comments \ No newline at end of file diff --git a/com.unity.robotics.ros-tcp-connector/CHANGELOG.md b/com.unity.robotics.ros-tcp-connector/CHANGELOG.md new file mode 100644 index 00000000..40da5b13 --- /dev/null +++ b/com.unity.robotics.ros-tcp-connector/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 adf307dcef0ddb2a5c575758bb4a47804d5fd87e Mon Sep 17 00:00:00 2001 From: peifeng-unity Date: Wed, 12 May 2021 10:50:45 -0700 Subject: [PATCH 2/2] fix typos in url link --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b3c48d2f..0eb14216 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -29,7 +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](https://github.com/Unity-Technologies/ROS-TCP-Connector/blob/main/CONTRIBUTING.md) - [ ] Added tests that prove my fix is effective or that my feature works -- [ ] Updated the [Changelog](https://github.com/Unity-Technologies/ROS-TCP-Connector/blob/dev/com.unity.robotics.urdf-importer/CHANGELOG.md) and described changes in the [Unreleased section](https://github.com/Unity-Technologies/ROS-TCP-Connector/blob/dev/com.unity.robotics.urdf-importer/CHANGELOG.md#unreleased) +- [ ] Updated the [Changelog](https://github.com/Unity-Technologies/ROS-TCP-Connector/blob/dev/com.unity.robotics.ros-tcp-connector/CHANGELOG.md) and described changes in the [Unreleased section](https://github.com/Unity-Technologies/ROS-TCP-Connector/blob/dev/com.unity.robotics.ros-tcp-connector/CHANGELOG.md#unreleased) - [ ] Updated the documentation as appropriate ## Other comments \ No newline at end of file