From 80962de2a220dc8a199d21a3e44797c1ad8bc255 Mon Sep 17 00:00:00 2001 From: Mihai Fufezan Date: Sat, 2 Jul 2022 16:37:19 +0300 Subject: [PATCH] PR Template: add headers --- .github/pull_request_template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 98473496..073333bc 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,9 +1,9 @@ -Describe your PR, what does it fix/add? +#### Describe your PR, what does it fix/add? -Is there anything you want to mention? (unchecked code, possible bugs, found problems, breaking compatibility, etc.) +#### Is there anything you want to mention? (unchecked code, possible bugs, found problems, breaking compatibility, etc.) -Is it ready for merging, or does it need work? +#### Is it ready for merging, or does it need work?