mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-11 13:51:01 -05:00
Remove the GitHub pull request template
The template itself never provided much of a benefit and just causes additional work for every single PR that is opened. That makes it easier to just remind people after the PR was created than putting it in the description so contributors always have to remove it.
This commit is contained in:
parent
fb9b362b6e
commit
c566f78c3e
1 changed files with 0 additions and 12 deletions
12
.github/pull_request_template.md
vendored
12
.github/pull_request_template.md
vendored
|
@ -1,12 +0,0 @@
|
||||||
Please make sure to document all user-facing changes in the
|
|
||||||
`CHANGELOG.md` file.
|
|
||||||
|
|
||||||
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.
|
|
Loading…
Reference in a new issue