From a348e962b681a55cb4f91b75bd588ade598fed8b Mon Sep 17 00:00:00 2001 From: Kotaro Yoshimoto Date: Fri, 1 Nov 2024 13:42:33 +0900 Subject: [PATCH 1/3] doc: add notation in PR template Signed-off-by: Kotaro Yoshimoto --- .github/workflows/add-word.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/add-word.yaml b/.github/workflows/add-word.yaml index c03adabc..f56bc732 100644 --- a/.github/workflows/add-word.yaml +++ b/.github/workflows/add-word.yaml @@ -44,7 +44,9 @@ jobs: commit-message: "feat(words): add ${{ inputs.word }}" body: | TODO: Update this comment and add some reference links. - Please check [CONTRIBUTING.md](https://github.com/tier4/autoware-spell-check-dict/blob/main/CONTRIBUTING.md) before sending PR. + > [!NOTE] + > To get approval, you need to show external documentation proving that the word is not your own creation, but is common in the public and industry. + > Please check [CONTRIBUTING.md](https://github.com/tier4/autoware-spell-check-dict/blob/main/CONTRIBUTING.md) for detail. labels: | bot words From 00a4ec3545b74f1083801aadd1191191bb3419e4 Mon Sep 17 00:00:00 2001 From: Kotaro Yoshimoto Date: Fri, 1 Nov 2024 13:57:23 +0900 Subject: [PATCH 2/3] docs: add link template Signed-off-by: Kotaro Yoshimoto --- .github/workflows/add-word.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/add-word.yaml b/.github/workflows/add-word.yaml index f56bc732..4237558b 100644 --- a/.github/workflows/add-word.yaml +++ b/.github/workflows/add-word.yaml @@ -44,6 +44,9 @@ jobs: commit-message: "feat(words): add ${{ inputs.word }}" body: | TODO: Update this comment and add some reference links. + your usage of the word: [link of github or something]() + The documentation for the word: [link for word documentation]() + > [!NOTE] > To get approval, you need to show external documentation proving that the word is not your own creation, but is common in the public and industry. > Please check [CONTRIBUTING.md](https://github.com/tier4/autoware-spell-check-dict/blob/main/CONTRIBUTING.md) for detail. From 40386dcb00136152eb4a57ed6ec9e0b2481b2272 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 04:57:31 +0000 Subject: [PATCH 3/3] ci(pre-commit): autofix --- .github/workflows/add-word.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-word.yaml b/.github/workflows/add-word.yaml index 4237558b..d7229726 100644 --- a/.github/workflows/add-word.yaml +++ b/.github/workflows/add-word.yaml @@ -46,7 +46,7 @@ jobs: TODO: Update this comment and add some reference links. your usage of the word: [link of github or something]() The documentation for the word: [link for word documentation]() - + > [!NOTE] > To get approval, you need to show external documentation proving that the word is not your own creation, but is common in the public and industry. > Please check [CONTRIBUTING.md](https://github.com/tier4/autoware-spell-check-dict/blob/main/CONTRIBUTING.md) for detail.