From 61f12b48ad8be46a67be932fc7e88292ddf810a7 Mon Sep 17 00:00:00 2001 From: Martin Kojtal Date: Fri, 3 Aug 2018 09:57:00 +0100 Subject: [PATCH] PR template: fix target update list Not only new target, any target update goes to own section. This covers target updates to SDK, HAL implementation, target list, etc. All these go to patch releases. --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 0288ca11f3..018219ca9e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -18,7 +18,7 @@ --> [ ] Fix [ ] Refactor - [ ] New target + [ ] Target update [ ] Feature [ ] Breaking change