chore: update PR template to reinforce changelog

- 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 <seb@redhat.com>
This commit is contained in:
Sébastien Han 2025-02-06 15:57:59 +01:00
parent 3922999118
commit 11e2478a15
No known key found for this signature in database
2 changed files with 10 additions and 0 deletions

View file

@ -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.).

View file

@ -1,5 +1,14 @@
# Changelog
## 0.2.0
### Added
### Changed
### Removed
## 0.0.53
### Added