diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2021-06-19 14:20:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-19 14:20:53 +0200 |
| commit | 727aa5cf63fe00844d5e6351b2b0dd77bccee307 (patch) | |
| tree | 22361f4defd7d75acb3f4ae295f491c1d2f81597 | |
| parent | a6625101528fd9faca1f892738cfa1900a6211d1 (diff) | |
| download | wiki-727aa5cf63fe00844d5e6351b2b0dd77bccee307.tar.gz wiki-727aa5cf63fe00844d5e6351b2b0dd77bccee307.tar.bz2 wiki-727aa5cf63fe00844d5e6351b2b0dd77bccee307.zip | |
Update hooks-script.md
| -rw-r--r-- | docs/hooks-script.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/hooks-script.md b/docs/hooks-script.md index a6ace3a..fa11d51 100644 --- a/docs/hooks-script.md +++ b/docs/hooks-script.md @@ -162,6 +162,12 @@ Remember to document your new hook by following the [How to document your code]( When you create a new hook to publish into the AC repo, one of the acceptance criteria is to write proper documentation for it, hence other people know how to use it properly. So please, read that guide carefully. + +### Write a changelog + +When you create or modify any hook, you have to create a new changelog to explain people how to adapt their code and to keep them +informed about these changes. Please follow [this guide](https://www.azerothcore.org/wiki/how-to-use-changelog) to learn how to do it. + ## Naming conventions Every hook must have the following naming convention: |
