summaryrefslogtreecommitdiffstats
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorAlice Ryhl <alice@ryhl.io>2020-05-21 09:45:27 +0200
committerGitHub <noreply@github.com>2020-05-21 09:45:27 +0200
commit9b81580be67f6bb0ba87d6f82afcab05795ef21e (patch)
tree5cfbea70302d6b7ead0def813b53cdb0e35ba8ae /.github/PULL_REQUEST_TEMPLATE.md
parent9b6744cc8eca65719b92d22932a47eb47387ce00 (diff)
github: update issue templates (#2552)
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 bbff0233..6b3db9ae 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -5,6 +5,9 @@ the requirements below.
Bug fixes and new features should include tests.
Contributors guide: https://github.com/tokio-rs/tokio/blob/master/CONTRIBUTING.md
+
+The contributors guide includes instructions for running rustfmt and building the
+documentation, which requires special commands beyond `cargo fmt` and `cargo doc`.
-->
## Motivation