From aa57b4aa59c3bc600527df38422e1bb220796695 Mon Sep 17 00:00:00 2001 From: Alexandru Mariuti Date: Mon, 30 Aug 2021 10:51:16 +0200 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 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..2003f33 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,31 @@ + + +## Description + + + +## Issue link + +If your PR closes an issue, use the `closes` keyword followed +by its link, for example: + +> closes https://github.com/nank1ro/awesome_flutter_extensions/issues/{ISSUE_NUMBER} + +replacing `{ISSUE_NUMBER}` with the number, like: `1` + +## Type of Change + + + +- [ ] โœจ New feature (non-breaking change which adds functionality) +- [ ] ๐Ÿ› ๏ธ Bug fix (non-breaking change which fixes an issue) +- [ ] โŒ Breaking change (fix or feature that would cause existing functionality to change) +- [ ] ๐Ÿงน Code refactor +- [ ] ๐Ÿ“ Documentation +- [ ] ๐Ÿ—‘๏ธ Chore