From 9c9acc266b024768d257c179556694a55173ee30 Mon Sep 17 00:00:00 2001 From: alvyynm Date: Sat, 10 Aug 2024 17:33:10 +0300 Subject: [PATCH] doc: add pointer to checks --- .github/PULL_REQUEST_TEMPLATE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index 1eda28ed..b9ea47d6 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -16,7 +16,7 @@ Before submitting a _pull request_ make sure you have: - [ ] Read the guidelines for contributing. - [ ] Wrote some tests. -- [ ] Respected the linting guidelines. +- [ ] Respected the linting guidelines (read the guide below for help). ## How to Check and Fix Linting Issues