From 9537284113aa8e86369f56a97734db372f9b0f0d Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Fri, 8 Apr 2022 12:46:57 -0400 Subject: [PATCH] docs: clarify PR template to refer to an open issue --- .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 fdb70087053c..1c84b2de3d0f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,7 +6,7 @@ Otherwise we may not be able to review your PR. ## PR Checklist -- [ ] Addresses an existing issue: fixes #000 +- [ ] Addresses an existing open issue: fixes #000 - [ ] That issue was marked as [accepting prs](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+prs%22) - [ ] Steps in [CONTRIBUTING.md](https://github.com/typescript-eslint/typescript-eslint/blob/main/CONTRIBUTING.md) were taken