Skip to content

Commit

Permalink
ci: fix linter findings
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaegers committed Feb 22, 2024
1 parent e73b113 commit 33bd1eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Pull Request

## Description of changes

<!-- Fill in a description of what this PR changes/introduces/fixes
Expand Down

0 comments on commit 33bd1eb

Please sign in to comment.