From 039ac063c2c958c4bcb46b5f4c94e688c72204a7 Mon Sep 17 00:00:00 2001 From: Andy McKay Date: Tue, 1 Oct 2019 13:57:34 -0700 Subject: [PATCH] Update .github/pull_request_template.md Co-Authored-By: Mike Coutermarsh --- .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 326d2b7..a71d1ab 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,7 @@ Thank you for sending in this pull request. Please make sure you take a look at the [contributing file](CONTRIBUTING.md). Here's a few things for you to consider out on this pull request: - [ ] Include a good description of the workflow. -- [ ] Links to the language or tool will be nice (unless its really obvious) +- [ ] Links to the language or tool will be nice (unless its really obvious). - [ ] For the `*.yml` file, please include a matching `ci/properties/*.properties.json` file. - [ ] Does not use an Action that isn't in the `actions` organization. - [ ] Does not send data to any 3rd party service except for the purposes of installing dependencies.