summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHernan <hernan.grecco@gmail.com>2023-04-24 21:16:13 -0300
committerHernan <hernan.grecco@gmail.com>2023-04-24 21:16:13 -0300
commitbd935fd679d642758e88f23ed42d528f7399da6e (patch)
treece7bc1369289b28f4644bf9a46e8628022f1762d /.github
parent276164cd399fe1a1437c5717abf54e39186d68b3 (diff)
downloadpint-bd935fd679d642758e88f23ed42d528f7399da6e.tar.gz
Run pre-commit run --all-files . Mostly removed empty lines
Diffstat (limited to '.github')
-rw-r--r--.github/pull_request_template.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 8ee5e75..b012d24 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -1,5 +1,5 @@
- [ ] Closes # (insert issue number)
-- [ ] Executed ``pre-commit run --all-files`` with no errors
+- [ ] Executed `pre-commit run --all-files` with no errors
- [ ] The change is fully covered by automated unit tests
- [ ] Documented in docs/ as appropriate
- [ ] Added an entry to the CHANGES file