diff options
author | Christian Duerr <contact@christianduerr.com> | 2019-12-05 00:12:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-05 00:12:23 +0100 |
commit | 047719bcd23e0d50c0fd7d397ec53faaa051f88d (patch) | |
tree | e112621fac6bf2afbd554cae5086f1aff0a6fcb0 /.github | |
parent | fb046091f64ed25b23ef995ded56e5976047e09e (diff) | |
download | alacritty-047719bcd23e0d50c0fd7d397ec53faaa051f88d.tar.gz alacritty-047719bcd23e0d50c0fd7d397ec53faaa051f88d.zip |
Add documentation for the release process
Fixes #3032.
Diffstat (limited to '.github')
-rw-r--r-- | .github/pull_request_template.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index edc3b048..4fd9fde8 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,3 +1,3 @@ -Please make sure to document all user-facing changes in the `CANGELOG.md` file. +Please make sure to document all user-facing changes in the `CHANGELOG.md` file. Draft PRs are always welcome, though unless otherwise requested PRs will not be reviewed until all required and optional CI steps are successful and they have left the draft stage. |