summaryrefslogtreecommitdiff
path: root/.github/pull_request_template.md
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-07-19 20:35:15 +0000
committerGitHub <noreply@github.com>2020-07-19 20:35:15 +0000
commit714bbb769ec1ff4a32e594aa6d67d13b98814caa (patch)
tree453e5dc8b23b209f8bbac5a288d0b8584aaa8ffc /.github/pull_request_template.md
parentfa79758f5645bff66f8d12797832fa2b57157975 (diff)
downloadalacritty-714bbb769ec1ff4a32e594aa6d67d13b98814caa.tar.gz
alacritty-714bbb769ec1ff4a32e594aa6d67d13b98814caa.zip
Bump version to 0.5.0-rc2v0.5.0-rc2
Diffstat (limited to '.github/pull_request_template.md')
-rw-r--r--.github/pull_request_template.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 802ca57a..9dc048b0 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -4,6 +4,9 @@ Please make sure to document all user-facing changes in the
If support for a new escape sequence was added, it should be documented
in `./docs/escape_support.md`.
+Since `alacritty_terminal`'s version always tracks the next release, make sure
+that the version is bumped according to semver when necessary.
+
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.