From 63e997260174db042d57ec07e91069c932b01531 Mon Sep 17 00:00:00 2001 From: quillcraftsman Date: Sat, 11 Nov 2023 12:47:04 +0400 Subject: [PATCH] add pr request template --- .github/PULL_REQUEST_TEMPLATE.md | 22 ++++++++++++++++++++++ CHECKLIST.md | 1 + 2 files changed, 23 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..f5c4756 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,22 @@ + + +#### Reference issue + + +#### What does this implement/fix? + + +#### Additional information + \ No newline at end of file diff --git a/CHECKLIST.md b/CHECKLIST.md index 0e8378d..25de64b 100644 --- a/CHECKLIST.md +++ b/CHECKLIST.md @@ -26,6 +26,7 @@ - [x] [Security Policy](https://github.com/libresource/open-source-checklist#security-policy) - [x] [Governance](https://github.com/libresource/open-source-checklist#governance) - [x] [Issue templates](https://github.com/libresource/open-source-checklist#issue-templates) +- [x] [Pull Request Template](https://github.com/libresource/open-source-checklist#pull-request-template) - [x] [Support](https://github.com/libresource/open-source-checklist#support) [CI and CD](https://github.com/libresource/open-source-checklist#ci-and-cd)