From 0676e965bb9d3925a424d7fc28be26a0d804fb78 Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Sun, 28 Nov 2021 06:40:08 +0530 Subject: [PATCH 1/2] docs: fix 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 e15677eada1..044c8a4c0cb 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -19,7 +19,7 @@ [ ] Bug fix ([template](https://raw.githubusercontent.com/eslint/eslint/HEAD/templates/bug-report.md)) [ ] New rule ([template](https://raw.githubusercontent.com/eslint/eslint/HEAD/templates/rule-proposal.md)) [ ] Changes an existing rule ([template](https://raw.githubusercontent.com/eslint/eslint/HEAD/templates/rule-change-proposal.md)) -[ ] Add autofixing to a rule +[ ] Add auto fixing to a rule [ ] Add a CLI option [ ] Add something to the core [ ] Other, please explain: From 39350f5203bfbed08581b92528c2adc06afdac9c Mon Sep 17 00:00:00 2001 From: "Nicholas C. Zakas" Date: Tue, 30 Nov 2021 17:30:06 -0800 Subject: [PATCH 2/2] Update .github/PULL_REQUEST_TEMPLATE.md Co-authored-by: Nitin Kumar --- .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 044c8a4c0cb..e2d756628cb 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -19,7 +19,7 @@ [ ] Bug fix ([template](https://raw.githubusercontent.com/eslint/eslint/HEAD/templates/bug-report.md)) [ ] New rule ([template](https://raw.githubusercontent.com/eslint/eslint/HEAD/templates/rule-proposal.md)) [ ] Changes an existing rule ([template](https://raw.githubusercontent.com/eslint/eslint/HEAD/templates/rule-change-proposal.md)) -[ ] Add auto fixing to a rule +[ ] Add autofix to a rule [ ] Add a CLI option [ ] Add something to the core [ ] Other, please explain: