From 00a4ec3545b74f1083801aadd1191191bb3419e4 Mon Sep 17 00:00:00 2001 From: Kotaro Yoshimoto Date: Fri, 1 Nov 2024 13:57:23 +0900 Subject: [PATCH] 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.