Skip to content

Commit

Permalink
docs: add changelog (ISD-2719) (#647)
Browse files Browse the repository at this point in the history
* docs: add changelog

* Update .github/pull_request_template.md

Co-authored-by: Erin Conley <erin.conley@canonical.com>

---------

Co-authored-by: Erin Conley <erin.conley@canonical.com>
  • Loading branch information
amandahla and erinecon authored Jan 10, 2025
1 parent cf27952 commit 1e8ee0d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ Please, provide some information about your PR before proceeding.
- [ ] The documentation is generated using `src-docs`
- [ ] The documentation for charmhub is updated.
- [ ] The PR is tagged with appropriate label (`urgent`, `trivial`, `complex`)
- [ ] The changelog is updated with changes that affect the users of the charm.

<!-- Explanation for any unchecked items above -->
5 changes: 5 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

### 2025-01-09

- Add changelog for tracking user-relevant changes.
6 changes: 6 additions & 0 deletions docs/how-to/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ Run the following command:
echo -e "tox -e src-docs\ngit add src-docs\n" >> .git/hooks/pre-commit
chmod +x .git/hooks/pre-commit
```
### Changelog

Please ensure that any new feature, fix, or significant change is documented by
adding an entry to the `docs/changelog.md` file.

To learn more about changelog best practices, visit [Keep a Changelog](https://keepachangelog.com/).

## Build charm

Expand Down

0 comments on commit 1e8ee0d

Please sign in to comment.