From 32c8d4008d8457ae1f94923ac09cfcfa91a0d029 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Sun, 13 Apr 2025 21:12:42 +0100 Subject: [PATCH 1/5] Add typo issue template --- .github/ISSUE_TEMPLATE/typo.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/typo.md diff --git a/.github/ISSUE_TEMPLATE/typo.md b/.github/ISSUE_TEMPLATE/typo.md new file mode 100644 index 000000000..da0ddc888 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/typo.md @@ -0,0 +1,13 @@ +--- +name: Translation Error/Typo +about: Report a typo or error in a translation +labels: "bug" +--- + +## Location + +(A link to the page and location of error/typo.) + +## Suggested Resolution + +(Optional: Suggest a fix or fix it yourself (see the README)) \ No newline at end of file From 86070b939679bba19bce9f14ccaa2f5701664e34 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Wed, 30 Apr 2025 21:51:36 +0100 Subject: [PATCH 2/5] Use yml and suggestions --- .github/ISSUE_TEMPLATE/typo.md | 13 ------------ .github/ISSUE_TEMPLATE/typo.yml | 35 +++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 13 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/typo.md create mode 100644 .github/ISSUE_TEMPLATE/typo.yml diff --git a/.github/ISSUE_TEMPLATE/typo.md b/.github/ISSUE_TEMPLATE/typo.md deleted file mode 100644 index da0ddc888..000000000 --- a/.github/ISSUE_TEMPLATE/typo.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: Translation Error/Typo -about: Report a typo or error in a translation -labels: "bug" ---- - -## Location - -(A link to the page and location of error/typo.) - -## Suggested Resolution - -(Optional: Suggest a fix or fix it yourself (see the README)) \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/typo.yml b/.github/ISSUE_TEMPLATE/typo.yml new file mode 100644 index 000000000..6fbaa2cf2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/typo.yml @@ -0,0 +1,35 @@ +name: Błąd w tłumaczeniu +description: Zgłoś błąd w tłumaczeniu +labels: ["bug"] +body: + - type: markdown + attributes: + value: | + **Chcesz to naprawić samemu??** + + - Wejdź na stronę projektu dokumentacji Pythona. + - Naciśnij przycisk „Join this project”, aby dołączyć do projektu. + - Utwórz konto Transifex. + - Na stronie projektu wybierz język polski. + - Po dołączeniu do zespołu wybierz zasób, który chcesz poprawić/zaktualizować. + + Więcej informacji znajdziesz w naszym (README)[https://github.com/python/python-docs-pl/blob/3.13/README.md]. + - type: textarea + attributes: + label: "Opis błędu:" + description: > + Opisz szczegółowo lokalizację błędu. + validations: + required: true + - type: dropdown + attributes: + label: "Wersja dokumentacji:" + multiple: true + options: + - "3.9" + - "3.10" + - "3.11" + - "3.12" + - "3.13" + validations: + required: false \ No newline at end of file From f8c938962d027e516d24fe6449b1d525fb46efbd Mon Sep 17 00:00:00 2001 From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Thu, 8 May 2025 20:25:37 +0100 Subject: [PATCH 3/5] Link --- .github/ISSUE_TEMPLATE/typo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/typo.yml b/.github/ISSUE_TEMPLATE/typo.yml index 6fbaa2cf2..1d45a9677 100644 --- a/.github/ISSUE_TEMPLATE/typo.yml +++ b/.github/ISSUE_TEMPLATE/typo.yml @@ -7,7 +7,7 @@ body: value: | **Chcesz to naprawić samemu??** - - Wejdź na stronę projektu dokumentacji Pythona. + - Wejdź na stronę projektu [dokumentacji Pythona](https://explore.transifex.com/python-doc/python-newest/). - Naciśnij przycisk „Join this project”, aby dołączyć do projektu. - Utwórz konto Transifex. - Na stronie projektu wybierz język polski. @@ -32,4 +32,4 @@ body: - "3.12" - "3.13" validations: - required: false \ No newline at end of file + required: false From 67b37e58bd04314d9191e06adec48e7453c84133 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Thu, 8 May 2025 20:26:20 +0100 Subject: [PATCH 4/5] Bump 3.14 --- .github/ISSUE_TEMPLATE/typo.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/typo.yml b/.github/ISSUE_TEMPLATE/typo.yml index 1d45a9677..ccd748c82 100644 --- a/.github/ISSUE_TEMPLATE/typo.yml +++ b/.github/ISSUE_TEMPLATE/typo.yml @@ -13,7 +13,7 @@ body: - Na stronie projektu wybierz język polski. - Po dołączeniu do zespołu wybierz zasób, który chcesz poprawić/zaktualizować. - Więcej informacji znajdziesz w naszym (README)[https://github.com/python/python-docs-pl/blob/3.13/README.md]. + Więcej informacji znajdziesz w naszym (README)[https://github.com/python/python-docs-pl/blob/3.14/README.md]. - type: textarea attributes: label: "Opis błędu:" @@ -31,5 +31,6 @@ body: - "3.11" - "3.12" - "3.13" + - "3.14" validations: required: false From 2f032ae4b8e5685db55cf84ad62970c00e367713 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Fri, 9 May 2025 16:23:54 +0100 Subject: [PATCH 5/5] review --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..a94a63b09 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: true +contact_links: + - name: Discord Python Polska + url: https://discord.com/invite/VCyBDGH38e + about: Dyskusje o tłumaczeniach. + - name: Transifex + url: https://explore.transifex.com/python-doc/python-newest/ + about: Strona do tłumaczenia.