From a0cfe170a54508dfdc1a21e5234cda9721ae557e Mon Sep 17 00:00:00 2001 From: Andre Richter Date: Tue, 26 Apr 2022 20:13:00 +0200 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c0c34d89..f6167fff 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,5 +10,5 @@ Related Issue: - Not needed if it is just a README change or similar. - [ ] Ran `./contributor_setup.sh` followed by `./devtool ready_for_publish` - You'll need `Ruby` with `Bundler` and `NPM` installed locally. - - If no Rust files were changed, `./devtool ready_for_publish_no_rust` can be used instead (faster). + - If no Rust-related files were changed, `./devtool ready_for_publish_no_rust` can be used instead (faster). - This step is optional, but much appreciated if done.