From 4c2fe434e937177327a7a3eea982eae85a4da0e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Giosu=C3=A8=20Sulipano?= <34242779+imgios@users.noreply.github.com> Date: Tue, 14 May 2024 18:42:25 +0200 Subject: [PATCH 1/2] use h4 instead of unordered list --- .github/pull_request_template.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b172b23..592e51a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,24 +1,24 @@ -* **Please check if the PR fulfills these requirements** +#### **Please check if the PR fulfills these requirements** - [ ] The branch naming convention follows our guidelines - [ ] Docs have been added / updated (for bug fixes / features) -* **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) +#### **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) -* **What is the current behavior?** (You can also link to an open issue here) +#### **What is the current behavior?** (You can also link to an open issue here) -* **What is the new behavior (if this is a feature change)?** +#### **What is the new behavior (if this is a feature change)?** -* **Does this PR introduce a breaking change?** (What changes might users need to make in their application due to this PR?) +#### **Does this PR introduce a breaking change?** (What changes might users need to make in their application due to this PR?) -* **Other information**: +#### **Other information**: From 97a054470070000b821f2d07dc3a5107dbdb9ba8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Giosu=C3=A8=20Sulipano?= <34242779+imgios@users.noreply.github.com> Date: Tue, 14 May 2024 18:48:25 +0200 Subject: [PATCH 2/2] remove bold tag from h4 --- .github/pull_request_template.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 592e51a..8c82a94 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,24 +1,24 @@ -#### **Please check if the PR fulfills these requirements** +#### Please check if the PR fulfills these requirements - [ ] The branch naming convention follows our guidelines - [ ] Docs have been added / updated (for bug fixes / features) -#### **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) +#### What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) -#### **What is the current behavior?** (You can also link to an open issue here) +#### What is the current behavior? (You can also link to an open issue here) -#### **What is the new behavior (if this is a feature change)?** +#### What is the new behavior (if this is a feature change)? -#### **Does this PR introduce a breaking change?** (What changes might users need to make in their application due to this PR?) +#### Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?) -#### **Other information**: +#### Other information: