From f39426d7736d4fa65bc00378bbe5d3ca3c6eabcd Mon Sep 17 00:00:00 2001 From: UnrealApex <79121360+UnrealApex@users.noreply.github.com> Date: Sat, 29 May 2021 19:21:52 -0700 Subject: [PATCH] Update pull_request_template.md Fixed links --- .github/pull_request_template.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 33801c219..d99157cad 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -7,8 +7,7 @@ If your change is visual (mainly themes) it would be extra awesome if you could ### Checklist -- [] I have read the [`Code Of Conduct`](/CODE_OF_CONDUCT.md) -- [] I viewed the [`Contributing file`](/CONTRIBUTING.md) +- [] I have read the [`CODE_OF_CONDUCT.md`](https://github.com/Miodec/monkeytype/blob/master/CODE_OF_CONDUCT.md) and the [`CONTRIBUTING.md`](https://github.com/Miodec/monkeytype/blob/master/CONTRIBUTING.md) - [] If my PR is a new language or theme I modified the appropriate files to incorporate the language or theme - [] I checked if my PR has any bugs or other issues that could reduce the stability of the project - [] I understand that the maintainer has the right to reject my PR and it may not get accepted.