From b9fa581900e6f231c51b5040b96678b777bb0e44 Mon Sep 17 00:00:00 2001 From: hellofinch <543933756@qq.com> Date: Mon, 16 Jun 2025 01:08:29 +0000 Subject: [PATCH 1/2] doc (issues) : update issue template --- .../\345\212\237\350\203\275\350\257\267\346\261\202_cn.yaml" | 4 ++++ .../\345\212\237\350\203\275\350\257\267\346\261\202_en.yaml" | 4 ++++ .../\351\227\256\351\242\230\345\217\215\351\246\210_cn.yaml" | 4 ++++ .../\351\227\256\351\242\230\345\217\215\351\246\210_en.yaml" | 4 ++++ 4 files changed, 16 insertions(+) diff --git "a/.github/ISSUE_TEMPLATE/\345\212\237\350\203\275\350\257\267\346\261\202_cn.yaml" "b/.github/ISSUE_TEMPLATE/\345\212\237\350\203\275\350\257\267\346\261\202_cn.yaml" index 22d1ffa3c..ed0c409f2 100644 --- "a/.github/ISSUE_TEMPLATE/\345\212\237\350\203\275\350\257\267\346\261\202_cn.yaml" +++ "b/.github/ISSUE_TEMPLATE/\345\212\237\350\203\275\350\257\267\346\261\202_cn.yaml" @@ -2,6 +2,10 @@ name: 功能请求 description: 使用中文进行功能请求 labels: ['enhancement'] body: + - type: markdown + attrbutes: + value: | + ## 2.0 is released! new repo is [HERE](https://github.com/PDFMathTranslate/PDFMathTranslate-next) - type: textarea id: describe attributes: diff --git "a/.github/ISSUE_TEMPLATE/\345\212\237\350\203\275\350\257\267\346\261\202_en.yaml" "b/.github/ISSUE_TEMPLATE/\345\212\237\350\203\275\350\257\267\346\261\202_en.yaml" index 4e066a1cf..33ce5c9b2 100644 --- "a/.github/ISSUE_TEMPLATE/\345\212\237\350\203\275\350\257\267\346\261\202_en.yaml" +++ "b/.github/ISSUE_TEMPLATE/\345\212\237\350\203\275\350\257\267\346\261\202_en.yaml" @@ -2,6 +2,10 @@ name: Feature request description: Suggest an idea for this project labels: ['enhancement'] body: + - type: markdown + attrbutes: + value: | + ## 2.0 is released! new repo is [HERE](https://github.com/PDFMathTranslate/PDFMathTranslate-next) - type: textarea id: describe attributes: diff --git "a/.github/ISSUE_TEMPLATE/\351\227\256\351\242\230\345\217\215\351\246\210_cn.yaml" "b/.github/ISSUE_TEMPLATE/\351\227\256\351\242\230\345\217\215\351\246\210_cn.yaml" index f32ec1830..0b6b95d31 100644 --- "a/.github/ISSUE_TEMPLATE/\351\227\256\351\242\230\345\217\215\351\246\210_cn.yaml" +++ "b/.github/ISSUE_TEMPLATE/\351\227\256\351\242\230\345\217\215\351\246\210_cn.yaml" @@ -2,6 +2,10 @@ name: 上报 Bug description: 使用中文进行 Bug 报告 labels: ['bug'] body: + - type: markdown + attrbutes: + value: | + ## 2.0 is released! new repo is [HERE](https://github.com/PDFMathTranslate/PDFMathTranslate-next) - type: checkboxes id: checks attributes: diff --git "a/.github/ISSUE_TEMPLATE/\351\227\256\351\242\230\345\217\215\351\246\210_en.yaml" "b/.github/ISSUE_TEMPLATE/\351\227\256\351\242\230\345\217\215\351\246\210_en.yaml" index 8049fb0af..f77538326 100644 --- "a/.github/ISSUE_TEMPLATE/\351\227\256\351\242\230\345\217\215\351\246\210_en.yaml" +++ "b/.github/ISSUE_TEMPLATE/\351\227\256\351\242\230\345\217\215\351\246\210_en.yaml" @@ -2,6 +2,10 @@ name: Bug Report description: Create a report to help us improve labels: ['bug'] body: + - type: markdown + attrbutes: + value: | + ## 2.0 is released! new repo is [HERE](https://github.com/PDFMathTranslate/PDFMathTranslate-next) - type: checkboxes id: checks attributes: From f6870239fb87aa6faf75d0a705ca788081fdd46b Mon Sep 17 00:00:00 2001 From: hellofinch <543933756@qq.com> Date: Mon, 16 Jun 2025 01:14:11 +0000 Subject: [PATCH 2/2] doc (issue) : fix typo. --- .../\345\212\237\350\203\275\350\257\267\346\261\202_cn.yaml" | 2 +- .../\345\212\237\350\203\275\350\257\267\346\261\202_en.yaml" | 2 +- .../\351\227\256\351\242\230\345\217\215\351\246\210_cn.yaml" | 2 +- .../\351\227\256\351\242\230\345\217\215\351\246\210_en.yaml" | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git "a/.github/ISSUE_TEMPLATE/\345\212\237\350\203\275\350\257\267\346\261\202_cn.yaml" "b/.github/ISSUE_TEMPLATE/\345\212\237\350\203\275\350\257\267\346\261\202_cn.yaml" index ed0c409f2..0b4ebbd47 100644 --- "a/.github/ISSUE_TEMPLATE/\345\212\237\350\203\275\350\257\267\346\261\202_cn.yaml" +++ "b/.github/ISSUE_TEMPLATE/\345\212\237\350\203\275\350\257\267\346\261\202_cn.yaml" @@ -3,7 +3,7 @@ description: 使用中文进行功能请求 labels: ['enhancement'] body: - type: markdown - attrbutes: + attributes: value: | ## 2.0 is released! new repo is [HERE](https://github.com/PDFMathTranslate/PDFMathTranslate-next) - type: textarea diff --git "a/.github/ISSUE_TEMPLATE/\345\212\237\350\203\275\350\257\267\346\261\202_en.yaml" "b/.github/ISSUE_TEMPLATE/\345\212\237\350\203\275\350\257\267\346\261\202_en.yaml" index 33ce5c9b2..5aff8f3f3 100644 --- "a/.github/ISSUE_TEMPLATE/\345\212\237\350\203\275\350\257\267\346\261\202_en.yaml" +++ "b/.github/ISSUE_TEMPLATE/\345\212\237\350\203\275\350\257\267\346\261\202_en.yaml" @@ -3,7 +3,7 @@ description: Suggest an idea for this project labels: ['enhancement'] body: - type: markdown - attrbutes: + attributes: value: | ## 2.0 is released! new repo is [HERE](https://github.com/PDFMathTranslate/PDFMathTranslate-next) - type: textarea diff --git "a/.github/ISSUE_TEMPLATE/\351\227\256\351\242\230\345\217\215\351\246\210_cn.yaml" "b/.github/ISSUE_TEMPLATE/\351\227\256\351\242\230\345\217\215\351\246\210_cn.yaml" index 0b6b95d31..4eefd14d6 100644 --- "a/.github/ISSUE_TEMPLATE/\351\227\256\351\242\230\345\217\215\351\246\210_cn.yaml" +++ "b/.github/ISSUE_TEMPLATE/\351\227\256\351\242\230\345\217\215\351\246\210_cn.yaml" @@ -3,7 +3,7 @@ description: 使用中文进行 Bug 报告 labels: ['bug'] body: - type: markdown - attrbutes: + attributes: value: | ## 2.0 is released! new repo is [HERE](https://github.com/PDFMathTranslate/PDFMathTranslate-next) - type: checkboxes diff --git "a/.github/ISSUE_TEMPLATE/\351\227\256\351\242\230\345\217\215\351\246\210_en.yaml" "b/.github/ISSUE_TEMPLATE/\351\227\256\351\242\230\345\217\215\351\246\210_en.yaml" index f77538326..2f52819f8 100644 --- "a/.github/ISSUE_TEMPLATE/\351\227\256\351\242\230\345\217\215\351\246\210_en.yaml" +++ "b/.github/ISSUE_TEMPLATE/\351\227\256\351\242\230\345\217\215\351\246\210_en.yaml" @@ -3,7 +3,7 @@ description: Create a report to help us improve labels: ['bug'] body: - type: markdown - attrbutes: + attributes: value: | ## 2.0 is released! new repo is [HERE](https://github.com/PDFMathTranslate/PDFMathTranslate-next) - type: checkboxes