From 33bd1ebde4b41b6e54b4b205882f8603b1fbe680 Mon Sep 17 00:00:00 2001 From: Ron <45816308+rjaegers@users.noreply.github.com> Date: Thu, 22 Feb 2024 12:37:27 +0000 Subject: [PATCH] ci: fix linter findings --- .github/CONTRIBUTING.md | 6 +++--- .github/PULL_REQUEST_TEMPLATE.md | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 48276bed..1a6a8268 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -107,9 +107,6 @@ An exclamation mark `!` is added to the type if the change is not backwards comp > [!NOTE] > We do not enforce conventional commits for individual commit messages, only for the title of your pull request. -> [!TIP] -> If your work consists of a single commit, creating a pull request will default to the name of that commit. If you use conventional commit style for that single commit, your pull request already has the correct name. - Examples: - `feat: add required-tool to devcontainer` @@ -120,6 +117,9 @@ Examples: This pull request fixes binary ports, and indicates that this is a backwards-incompatible change. +> [!TIP] +> If your work consists of a single commit, creating a pull request will default to the name of that commit. If you use conventional commit style for that single commit, your pull request already has the correct name. + ### Submitting a Pull Request (PR) Before you submit your pull request consider the following guidelines: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 29af74cb..e3fc1a3e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,3 +1,5 @@ +# Pull Request + ## Description of changes