From c7b8cc37d86bc594198565db8ac470dcfca2c4ec Mon Sep 17 00:00:00 2001 From: Valentine Kiselev Date: Thu, 15 Dec 2022 14:11:27 +0300 Subject: [PATCH] chore: Add PR template (#401) --- .github/ISSUE_TEMPLATE/bug_report.md | 8 ++++++-- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 12 ++++++++++++ 3 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e1e4ede2..6699a820 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,10 +4,14 @@ about: Found something broken? Let us know! If it's not yet reproducible, please labels: 'bug' --- -### Summary +### :wrench: Summary +### Lefthook version + + + ### Steps to reproduce @@ -24,6 +28,6 @@ labels: 'bug' -### Screenshots +### Screenshots (if appropriate) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 1054b7d2..04f28c90 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -4,7 +4,7 @@ about: Want something to be implemented in `lefthook`? Create a feature request! labels: 'feature request' --- -### Summary +### :zap: Summary diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..67943e55 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,12 @@ +Closes # (issue) + + + +#### :zap: Summary + + + +#### :ballot_box_with_check: Checklist + +- [ ] Check locally +- [ ] Add tests