From f17a592976ece254c58587f7e398bf1ff7c0f3c2 Mon Sep 17 00:00:00 2001 From: Borislav Stanimirov Date: Tue, 17 Nov 2020 16:17:30 +0200 Subject: [PATCH] Fixed typo in PR template --- .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 5b825ab91011..1471b1a38bce 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -16,7 +16,7 @@ To make reviewing this PR a bit easier, please fill out answers to the following determine the cause of the issue and your conclusions. If you considered other alternatives, explain why you end up choosing the current implementation --> -## Make sure he following tasks are checked +## Make sure the following tasks are checked - [ ] Describe the problem / feature - [ ] Write [tests](https://github.com/rubygems/rubygems/blob/master/bundler/doc/development/PULL_REQUESTS.md#tests) for features and bug fixes