diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2023-01-09 17:33:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-09 16:33:49 +0000 |
commit | c7b2c31161cddd7f10d96cb5ec7a8a7b42ecdf79 (patch) | |
tree | 3aa58e1d8858a68e9e3a4050b7bc4b432d376d0b /docs | |
parent | Fix upgrade notes for installing ICU (#14797) (diff) | |
download | synapse-c7b2c31161cddd7f10d96cb5ec7a8a7b42ecdf79.tar.xz |
Update link to towncrier in contribution guide (#14801)
* Update link to towncrier in contribution guide * newsfile
Diffstat (limited to 'docs')
-rw-r--r-- | docs/development/contributing_guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/contributing_guide.md b/docs/development/contributing_guide.md index 43cb3e201d..4c10676714 100644 --- a/docs/development/contributing_guide.md +++ b/docs/development/contributing_guide.md @@ -382,7 +382,7 @@ To prepare a Pull Request, please: ## Changelog All changes, even minor ones, need a corresponding changelog / newsfragment -entry. These are managed by [Towncrier](https://github.com/hawkowl/towncrier). +entry. These are managed by [Towncrier](https://github.com/twisted/towncrier). To create a changelog entry, make a new file in the `changelog.d` directory named in the format of `PRnumber.type`. The type can be one of the following: |