aboutsummaryrefslogtreecommitdiff
path: root/.github/pull_request_template.md
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2019-12-01 03:15:21 +0100
committerGitHub <noreply@github.com>2019-12-01 03:15:21 +0100
commit918ce9dead33cdb3ee4bbd016cd177313981151c (patch)
treedbb943c0d1c545683519267e41ad08b53d239eea /.github/pull_request_template.md
parent400d24f02320d648f8b9c51a385c84e05d77b134 (diff)
downloadr-alacritty-918ce9dead33cdb3ee4bbd016cd177313981151c.tar.gz
r-alacritty-918ce9dead33cdb3ee4bbd016cd177313981151c.tar.bz2
r-alacritty-918ce9dead33cdb3ee4bbd016cd177313981151c.zip
Add new issue and PR templates
This adds a PR template that should remind users to document their changes in our CHANGELOG, without requiring too much direct interaction from the user. The issue template has also been reworked a bit, hopefully making it easier for people to report bugs, without intruding on them if the information is irrelevant or providing it is too much effort. Fixes #3031.
Diffstat (limited to '.github/pull_request_template.md')
-rw-r--r--.github/pull_request_template.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 00000000..8b058a3a
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,6 @@
+Please make sure to document all user-facing changes in the `CANGELOG.md` file.
+
+Please ensure the optional CI steps do not fail because of this PR.
+
+Draft PRs are always welcome, though unless otherwise requested PRs will not be reviewed until CI is
+successful and they have left the draft stage.