From 6aa600b6653a8a2ae0483b25727e64de8d4346ec Mon Sep 17 00:00:00 2001 From: Dimitar Nestorov <8790386+DimitarNestorov@users.noreply.github.com> Date: Mon, 22 May 2023 19:54:50 +0300 Subject: [PATCH] docs: update PR title subject example --- docs/contributing/Pull_Requests.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/Pull_Requests.mdx b/docs/contributing/Pull_Requests.mdx index f966b1dacc0f..c2c99aa06a6b 100644 --- a/docs/contributing/Pull_Requests.mdx +++ b/docs/contributing/Pull_Requests.mdx @@ -35,7 +35,7 @@ The title of your PR should match the following format: You can find more samples of good past PR titles in [recent commits to `main`](https://github.com/typescript-eslint/typescript-eslint/commits/main): - `fix(scope-manager): correct handling for class static blocks` -- `docs: Fix links to getting started in README.md` +- `docs: fix links to getting started in README.md` Within the body of your PR, make sure you reference the issue that you have worked on, as well as pointing out anything of note you wish us to look at during our review.