Skip to content

Commit 66af168

Browse files
thepetklysnikolaou
andauthored
Update templates (#21)
* Update templates * Fix templates * Update .github/ISSUE_TEMPLATE/config.yml Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com> * Update .github/ISSUE_TEMPLATE/other_gr.md Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com> --------- Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
1 parent 1d9ed30 commit 66af168

File tree

9 files changed

+135
-7
lines changed

9 files changed

+135
-7
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
name: 🐞 Bug report (EN)
3+
about: Report a bug
4+
title: ""
5+
labels: ""
6+
assignees: ""
7+
---
8+
9+
/type bug
10+
11+
## Which area this bug is related to?
12+
13+
<!--
14+
Uncomment appropriate `/area` lines, and delete the rest.
15+
For example the `<!-- /type translation..` should become: `/type translation`
16+
-->
17+
18+
<!-- /type cicd -->
19+
<!-- /type translation -->
20+
<!--/type documentation -->
21+
<!-- /type test-automation -->
22+
23+
## Describe the bug
24+
25+
<!--
26+
A clear and concise description of what the bug is.
27+
-->
28+
29+
**To Reproduce**
30+
31+
<!--
32+
Steps to reproduce the behavior.
33+
-->
34+
35+
## Expected behavior
36+
37+
<!--
38+
A clear and concise description of what you expected to happen.
39+
-->
40+
41+
## Additional context
42+
43+
<!--
44+
Add any other context about the problem here.
45+
-->
46+
47+
## Any workaround?
48+
49+
<!--
50+
Describe the workaround if applicable.
51+
-->

.github/ISSUE_TEMPLATE/bug_report.md renamed to .github/ISSUE_TEMPLATE/bug_report_gr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: 🐞 Bug report
2+
name: 🐞 Bug report (EL)
33
about: Αναφέρετε ένα σφάλμα
44
title: ""
55
labels: ""
@@ -8,7 +8,7 @@ assignees: ""
88

99
/type bug
1010

11-
### Ποιος είναι ο τύπος του προβλήματος ή του σφάλματος που εντοπίσατε;
11+
## Ποιος είναι ο τύπος του προβλήματος ή του σφάλματος που εντοπίσατε;
1212

1313
<!--
1414
Αφαιρέστε το σύμβολο του σχολίου για τον τύπο που θέλετε και διαγράψτε τα υπόλοιπα.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ blank_issues_enabled: false
22
contact_links:
33
- name: PyGreece Community Discord Server
44
url: https://discord.gg/evcNPRVCMB
5-
about: To PyGreece είναι μία online κοινότητα προγραμματιστών Python
5+
about: To PyGreece είναι μία online κοινότητα προγραμματιστών Python. Ακολουθώντας το link μπορείτε να συμμετέχετε και εσείς στην online κοινότητα μας στο discord!
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: 💡 Feature request (EN)
3+
about: Suggest a new feature
4+
title: ""
5+
labels: ""
6+
assignees: ""
7+
---
8+
9+
/type enhancement
10+
11+
## Which area this feature is related to?
12+
13+
<!--
14+
Uncomment appropriate `/area` lines, and delete the rest.
15+
For example the `<!-- /type translation..` should become: `/type translation`
16+
-->
17+
18+
<!-- /type cicd -->
19+
<!-- /type translation -->
20+
<!--/type documentation -->
21+
<!-- /type test-automation -->
22+
23+
## Which functionality do you think we should add?
24+
25+
<!--
26+
A clear and concise description of what the problem is.
27+
-->
28+
29+
**Detailed description:**
30+
31+
## Describe the solution you'd like
32+
33+
<!--
34+
A clear and concise description of what you want to happen.
35+
-->

.github/ISSUE_TEMPLATE/feature_request.md renamed to .github/ISSUE_TEMPLATE/feature_request_gr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: 💡 Feature request
2+
name: 💡 Feature request (EL)
33
about: Προτείνετε μία νέα λειτουργία
44
title: ""
55
labels: ""
@@ -8,7 +8,7 @@ assignees: ""
88

99
/type enhancement
1010

11-
### Ποιος είναι ο τύπος του νέου feature;
11+
## Ποιος είναι ο τύπος του νέου feature;
1212

1313
<!--
1414
Αφαιρέστε το σύμβολο του σχολίου για τον τύπο που θέλετε και διαγράψτε τα υπόλοιπα.

.github/ISSUE_TEMPLATE/other_en.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: 🔧 Other task (EN)
3+
about: Other task
4+
title: ""
5+
labels: ""
6+
assignees: ""
7+
---
8+
9+
/type task
10+
11+
## Which area/kind this task is related to?
12+
13+
<!--
14+
Uncomment appropriate `/area` lines, and delete the rest.
15+
For example the `<!-- /type translation..` should become: `/type translation`
16+
-->
17+
18+
<!-- /type cicd -->
19+
<!-- /type translation -->
20+
<!--/type documentation -->
21+
<!-- /type test-automation -->
22+
23+
## Task Description
24+
25+
<!--
26+
A clear and concise description of what the task is.
27+
-->

.github/ISSUE_TEMPLATE/other.md renamed to .github/ISSUE_TEMPLATE/other_gr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: 🔧 other task
2+
name: 🔧 Other task (EL)
33
about: Άλλη εργασία
44
title: ""
55
labels: ""
@@ -8,7 +8,7 @@ assignees: ""
88

99
/type task
1010

11-
### Ποιος είναι ο τύπος του task;
11+
## Ποιος είναι ο τύπος του task;
1212

1313
<!--
1414
Αφαιρέστε το σύμβολο του σχολίου για τον τύπο που θέλετε και διαγράψτε τα υπόλοιπα.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: 📝 Translation task
3+
about: Task related with the Python Docs translation
4+
title: ""
5+
labels: ""
6+
assignees: ""
7+
---
8+
9+
/type translation
10+
11+
## Trasnlation task description
12+
13+
<!--
14+
Describe the issue and the translation we should add in the project.
15+
-->

0 commit comments

Comments
 (0)