From f3ce1c655cfca00f13fa8cf96ab8e1a68f34617c Mon Sep 17 00:00:00 2001 From: Joe Smith Date: Thu, 25 Aug 2016 19:24:22 -0700 Subject: [PATCH] Small documentation typo --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 972608a..4d869eb 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,7 @@ * [ ] I've read and understood the [Contributing guidelines](./CONTRIBUTING.md) and have done my best effort to follow them. * [ ] I've read and agree to the [Code of Conduct](./CODE_OF_CONDUCT.md). * [ ] I've been mindful about doing atomic commits, adding documentation to my changes, not refactoring too much. -* [ ] I've a descriptive title and added any useful information for the reviewer. Where appropriate, I've attached a screenshot and/or screencast (gif preferrably). +* [ ] I've a descriptive title and added any useful information for the reviewer. Where appropriate, I've attached a screenshot and/or screencast (gif preferably). * [ ] I've written tests to cover the new code and functionality included in this PR. * [ ] I've read, agree to, and signed the [Contributor License Agreement (CLA)](https://docs.google.com/a/slack-corp.com/forms/d/1q_w8rlJG_x_xJOoSUMNl7R35rkpA7N6pUkKhfHHMD9c/viewform). @@ -12,4 +12,4 @@ > e.g. Fixes #206 and closes #230 #### Test strategy -> e.g. Add tests around whatsit production. \ No newline at end of file +> e.g. Add tests around whatsit production.