From a3f958561c80e398077f10becd6923f734bfabb8 Mon Sep 17 00:00:00 2001 From: yhaliaw <43424755+yhaliaw@users.noreply.github.com> Date: Mon, 9 Sep 2024 15:31:10 +0800 Subject: [PATCH 1/2] Add changelog for tracking user relevant changes --- docs/changelog.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/changelog.md diff --git a/docs/changelog.md b/docs/changelog.md new file mode 100644 index 000000000..af3792795 --- /dev/null +++ b/docs/changelog.md @@ -0,0 +1,5 @@ +# Changelog + +## 2024-09-09 + +- Added changelog for tracking user-relevent changes. From f5318f3a134f56ca8d815dd3ce195abd810156ae Mon Sep 17 00:00:00 2001 From: yhaliaw <43424755+yhaliaw@users.noreply.github.com> Date: Mon, 9 Sep 2024 15:35:46 +0800 Subject: [PATCH 2/2] Missing changes --- .github/pull_request_template.md | 9 +++++---- docs/changelog.md | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index eb6c1760f..869c6b82c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -22,11 +22,12 @@ Applicable spec: ### Checklist -- [ ] The [charm style guide](https://juju.is/docs/sdk/styleguide) was applied -- [ ] The [contributing guide](https://github.com/canonical/is-charms-contributing-guide) was applied +- [ ] The [charm style guide](https://juju.is/docs/sdk/styleguide) was applied. +- [ ] The [contributing guide](https://github.com/canonical/is-charms-contributing-guide) was applied. - [ ] The changes are compliant with [ISD054 - Managing Charm Complexity](https://discourse.charmhub.io/t/specification-isd014-managing-charm-complexity/11619) -- [ ] The documentation is generated using `src-docs` +- [ ] The documentation is generated using `src-docs`. - [ ] The documentation for charmhub is updated. -- [ ] The PR is tagged with appropriate label (`urgent`, `trivial`, `complex`) +- [ ] The PR is tagged with appropriate label (`urgent`, `trivial`, `complex`). +- [ ] The changelog is updated with changes that affects the users of the charm. \ No newline at end of file diff --git a/docs/changelog.md b/docs/changelog.md index af3792795..200e06f05 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,4 +2,4 @@ ## 2024-09-09 -- Added changelog for tracking user-relevent changes. +- Added changelog for tracking user-relevant changes.