From d3b5efec1fb6306e15b025e17c7a187dcf8b89e3 Mon Sep 17 00:00:00 2001 From: kenji-miyake Date: Sat, 15 Apr 2023 00:22:30 +0000 Subject: [PATCH] chore: sync files Signed-off-by: GitHub --- .github/PULL_REQUEST_TEMPLATE/small-change.md | 6 ++++++ .github/PULL_REQUEST_TEMPLATE/standard-change.md | 8 ++++++++ .pre-commit-config-optional.yaml | 4 ++-- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/small-change.md b/.github/PULL_REQUEST_TEMPLATE/small-change.md index 527c8ed8..2ff933c4 100644 --- a/.github/PULL_REQUEST_TEMPLATE/small-change.md +++ b/.github/PULL_REQUEST_TEMPLATE/small-change.md @@ -9,6 +9,12 @@ Not applicable. +## Effects on system behavior + + + +Not applicable. + ## Pre-review checklist for the PR author The PR author **must** check the checkboxes below when creating the PR. diff --git a/.github/PULL_REQUEST_TEMPLATE/standard-change.md b/.github/PULL_REQUEST_TEMPLATE/standard-change.md index cfdf7101..7aedefd0 100644 --- a/.github/PULL_REQUEST_TEMPLATE/standard-change.md +++ b/.github/PULL_REQUEST_TEMPLATE/standard-change.md @@ -14,6 +14,14 @@ +## Interface changes + + + +## Effects on system behavior + + + ## Pre-review checklist for the PR author The PR author **must** check the checkboxes below when creating the PR. diff --git a/.pre-commit-config-optional.yaml b/.pre-commit-config-optional.yaml index e0019e10..eb008730 100644 --- a/.pre-commit-config-optional.yaml +++ b/.pre-commit-config-optional.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/tcort/markdown-link-check - rev: v3.10.3 + rev: v3.11.1 hooks: - id: markdown-link-check - args: [--config=.markdown-link-check.json] + args: [--quiet, --config=.markdown-link-check.json]