From d91cfc031ba59ae137da1691e599fff571f84936 Mon Sep 17 00:00:00 2001 From: hywax Date: Mon, 18 Mar 2024 00:30:21 +0500 Subject: [PATCH] chore: feature pull request template --- .github/PULL_REQUEST_TEMPLATE/pull_request_template.md | 9 +++++++++ README.md | 1 + 2 files changed, 10 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 0000000..b3dc7b1 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,9 @@ +> Please make sure all the requirements are satisfied, otherwise the PR could be closed without further notice. + +## Checklist + +- [ ] Title as described. +- [ ] Your code should contain tests relevant for the problem you are solving. +- [ ] Your code should be well documented if new functionality is added. +- [ ] All new and existing tests passed. +- [ ] Your commits messages format follows the [Conventional Commits Specification](https://www.conventionalcommits.org/). diff --git a/README.md b/README.md index 1e5d3e3..4d8d072 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Template for creating a library with a fully customized environment. * πŸ’… Generate beautiful changelogs with [changelogen](https://github.com/unjs/changelogen) * ♾️ GitHub CI for your build * πŸ“’ Issue templates +* πŸ“ Pull request template * πŸ€– Ready configuration for [renovatebot](https://github.com/apps/renovate) with [renovate-config](https://github.com/hywax/renovate-config) * πŸš€ Library releases with just one command