Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 997bdf4

Browse filesBrowse files
Forward port to 3.14 (#83)
* Add typo issue template * Use yml and suggestions * Link * Bump 3.14 * review
1 parent ef5e86d commit 997bdf4
Copy full SHA for 997bdf4

File tree

2 files changed

+44
-0
lines changed
Filter options

2 files changed

+44
-0
lines changed

‎.github/ISSUE_TEMPLATE/config.yml

Copy file name to clipboard
+8Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: Discord Python Polska
4+
url: https://discord.com/invite/VCyBDGH38e
5+
about: Dyskusje o tłumaczeniach.
6+
- name: Transifex
7+
url: https://explore.transifex.com/python-doc/python-newest/
8+
about: Strona do tłumaczenia.

‎.github/ISSUE_TEMPLATE/typo.yml

Copy file name to clipboard
+36Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: Błąd w tłumaczeniu
2+
description: Zgłoś błąd w tłumaczeniu
3+
labels: ["bug"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
**Chcesz to naprawić samemu??**
9+
10+
- Wejdź na stronę projektu [dokumentacji Pythona](https://explore.transifex.com/python-doc/python-newest/).
11+
- Naciśnij przycisk „Join this project”, aby dołączyć do projektu.
12+
- Utwórz konto Transifex.
13+
- Na stronie projektu wybierz język polski.
14+
- Po dołączeniu do zespołu wybierz zasób, który chcesz poprawić/zaktualizować.
15+
16+
Więcej informacji znajdziesz w naszym (README)[https://github.com/python/python-docs-pl/blob/3.14/README.md].
17+
- type: textarea
18+
attributes:
19+
label: "Opis błędu:"
20+
description: >
21+
Opisz szczegółowo lokalizację błędu.
22+
validations:
23+
required: true
24+
- type: dropdown
25+
attributes:
26+
label: "Wersja dokumentacji:"
27+
multiple: true
28+
options:
29+
- "3.9"
30+
- "3.10"
31+
- "3.11"
32+
- "3.12"
33+
- "3.13"
34+
- "3.14"
35+
validations:
36+
required: false

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.