From b61904cfd163f92878a32a1a3f7300ee2a781031 Mon Sep 17 00:00:00 2001 From: Krakazybik Date: Thu, 23 Dec 2021 17:21:04 +0300 Subject: [PATCH 1/2] chore: added GitHub PR template. --- .github/workflows/pull_request_template.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/workflows/pull_request_template.md diff --git a/.github/workflows/pull_request_template.md b/.github/workflows/pull_request_template.md new file mode 100644 index 0000000..23760b6 --- /dev/null +++ b/.github/workflows/pull_request_template.md @@ -0,0 +1,8 @@ +# Description + +# References + +# Checks +- [ ] Description added +- [ ] Self-reviewed +- [ ] CI pass \ No newline at end of file From 985abf6c8ab5ae0d86f77b3f6cd80caa15501dba Mon Sep 17 00:00:00 2001 From: Krakazybik Date: Fri, 24 Dec 2021 00:25:04 +0300 Subject: [PATCH 2/2] chore: header size and rename checks. --- .github/workflows/pull_request_template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull_request_template.md b/.github/workflows/pull_request_template.md index 23760b6..1c094b2 100644 --- a/.github/workflows/pull_request_template.md +++ b/.github/workflows/pull_request_template.md @@ -1,8 +1,8 @@ -# Description +## Description -# References +## References -# Checks +## Checklist - [ ] Description added - [ ] Self-reviewed - [ ] CI pass \ No newline at end of file