From 59c1d7b83463404095d4189a72c13edf465a43de Mon Sep 17 00:00:00 2001 From: Serhii Dimchenko Date: Thu, 5 Oct 2023 01:32:46 +0200 Subject: [PATCH] Fix md --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index fef2072a..8b0a45f1 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,4 @@ -### Description +# Description @@ -6,8 +6,8 @@ ## Models used to test - Optional - ## Checklist + - [ ] You followed [contributing section](https://github.com/dbt-athena/dbt-athena#contributing) - [ ] You kept your Pull Request small and focused on a single feature or bug fix. - [ ] You added unit testing when necessary