Skip to content

Commit

Permalink
Merge branch '2/main' into fix-matrix-auth-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
amandahla authored Jan 10, 2025
2 parents 59c28d4 + 1e8ee0d commit 01b4fbb
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 01b4fbb

Please sign in to comment.