From 7f8d6d23d70ded38df1b1ff8a4485faee059875c Mon Sep 17 00:00:00 2001 From: Tero Elonen Date: Wed, 16 Nov 2022 14:08:44 +0200 Subject: [PATCH] Update PR template to match with other templates. --- .github/pull_request_template.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b1ab8a8d..c8808113 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,8 +1,10 @@ -# TASKNAME [UHF-0000](https://helsinkisolutionoffice.atlassian.net/browse/UHF-0000) -A longer description of the task +# [UHF-0000](https://helsinkisolutionoffice.atlassian.net/browse/UHF-0000) + ## What was done -* Describe what was done + + +* This thing was fixed ## How to install * Make sure your instance is up and running on latest dev branch. @@ -13,7 +15,12 @@ A longer description of the task * Run `make drush-cr` ## How to test -* Describe how to test the feature + + +* [ ] Check that this feature works +* [ ] Check that code follows our standards ## Other PRs -* + + +* Link to other PR