From 08d6c399ade6a887a59e52b93ff83d9389b7eeff Mon Sep 17 00:00:00 2001 From: Hiroyuki Komatsu Date: Sun, 30 Jun 2024 10:21:23 +0000 Subject: [PATCH] Add a note to the typing issue template. ``` Typing issues will be closed when the entries are added to test cases and evaluations. https://github.com/google/mozc/blob/master/src/data/test/quality_regression_test/oss.tsv https://github.com/google/mozc/blob/master/src/data/dictionary_oss/evaluation.tsv ``` PiperOrigin-RevId: 648105800 --- .github/ISSUE_TEMPLATE/typing_issue.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/typing_issue.md b/.github/ISSUE_TEMPLATE/typing_issue.md index d23b1c2de..5964b16b6 100644 --- a/.github/ISSUE_TEMPLATE/typing_issue.md +++ b/.github/ISSUE_TEMPLATE/typing_issue.md @@ -30,3 +30,11 @@ You can get the version string by converting "Version" or "ばーじょん". ## Additional context Add any other context about the problem here. + +> [!NOTE] +> +> Typing issues will be closed when the entries are added to test cases and +> evaluations. +> +> https://github.com/google/mozc/blob/master/src/data/test/quality_regression_test/oss.tsv +> https://github.com/google/mozc/blob/master/src/data/dictionary_oss/evaluation.tsv