From ad5be3f2cdc91b97f44cdb85613970ce8224f51c Mon Sep 17 00:00:00 2001 From: Henrique Graca <999396+hjgraca@users.noreply.github.com> Date: Tue, 7 Feb 2023 13:54:21 +0100 Subject: [PATCH] Update pr template Remove bold from Issue Number, so that it passes label_related_issue.js regex expression. --- .github/PULL_REQUEST_TEMPLATE.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b63c6c1a5..54886f34a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,6 @@ -**Issue number:** +> Please provide the issue number + +Issue number: ## Summary @@ -37,4 +39,4 @@ Checklist: By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. -**Disclaimer**: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful. \ No newline at end of file +**Disclaimer**: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.