From 610de1ba05393ab6122a3faef53e3a5cb296b942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Thu, 6 Feb 2025 18:58:30 +0100 Subject: [PATCH] chore: update PR template to reinforce changelog (#988) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # What does this PR do? - Added a checklist item in the PR template to ensure significant changes are documented in the changelog. - Updated `CHANGELOG.md` with a placeholder for version `0.2.0`. - This is an effort to resurrect the consistent usage of the changelog file. Signed-off-by: Sébastien Han ## Test Plan Please describe: - tests you ran to verify your changes with result summaries. - provide instructions so it can be reproduced. ## Sources Please link relevant resources if necessary. ## Before submitting - [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case). - [ ] Ran pre-commit to handle lint / formatting issues. - [ ] Read the [contributor guideline](https://github.com/meta-llama/llama-stack/blob/main/CONTRIBUTING.md), Pull Request section? - [ ] Updated relevant documentation. - [ ] Wrote necessary unit or integration tests. Signed-off-by: Sébastien Han --- .github/PULL_REQUEST_TEMPLATE.md | 1 + CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index fb02dd136..aeb7da3e2 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -25,3 +25,4 @@ Please link relevant resources if necessary. Pull Request section? - [ ] Updated relevant documentation. - [ ] Wrote necessary unit or integration tests. +- [ ] Added a [Changelog](https://github.com/meta-llama/llama-stack/blob/main/CHANGELOG.md) entry if the change is significant (new feature, breaking change etc.). diff --git a/CHANGELOG.md b/CHANGELOG.md index b081678c4..04cd09777 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.2.0 + +### Added + +### Changed + +### Removed + + ## 0.0.53 ### Added