From f20747b297545c1bc86aa67baa78387b072f4f3e Mon Sep 17 00:00:00 2001 From: Michael Kaye <1917473+michaelkaye@users.noreply.github.com> Date: Thu, 3 Aug 2023 15:09:10 +0100 Subject: [PATCH] Add notes to PR template to make it easier to remeber to set type of PR. (#9866) Co-authored-by: Michael Telatynski <7t3chguy@gmail.com> --- .github/PULL_REQUEST_TEMPLATE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0527dcf64c..a34327aa5e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -18,4 +18,9 @@ element-web notes: none or specify alternative text: element-web notes: Add super cool feature + +Changes to this project require tagging with the type of change. If you know the correct type, add the following: + +Type: [enhancement/defect/task] + -->