summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDoug Tangren <d.tangren@gmail.com>2019-12-07 13:18:15 -0500
committerGitHub <noreply@github.com>2019-12-07 13:18:15 -0500
commitb89f1ec4bfb0185755d7a8c055a0b6f4c7b82163 (patch)
treed547b58f63997718bd28ced190a4eec942a9b679 /.github
parentcf8a06e79079193c89752239b1be7f3b18491f45 (diff)
drop travis support (#205)
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 1f004a2..b14d5c6 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,7 +1,7 @@
<!--
1. If there is a breaking or notable change please call that out as these will need to be added to the CHANGELOG.md file in this repository.
2. This repository tries to stick with the community style conventions using [rustfmt](https://github.com/rust-lang-nursery/rustfmt#quick-start) with the *default* settings. If you have custom settings you may find that rustfmt
-clutter the diff of your change with unrelated changes. Please apply formatting with `cargo fmt` before submitting a pr.
+clutter the diff of your change with unrelated changes. Please apply formatting with `cargo +nightly fmt --all` before submitting a pr.
-->
## What did you implement: