8000 Add templates by thepetk · Pull Request #11 · python/python-docs-el · GitHub
[go: up one dir, main page]

Skip to content

Add templates 8000 #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Mar 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 51 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
name: 🐞 Bug report
about: Αναφέρετε ένα σφάλμα
title: ""
labels: ""
assignees: ""
---

/type bug

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

<!--
Αφαιρέστε το σύμβολο του σχολίου για τον τύπο που θέλετε και διαγράψτε τα υπόλοιπα.
Π.χ το `<!-- /type translation..` θα γινει απλά: `/type translation`
-->

<!-- /type cicd -->
<!-- /type translation -->
<!--/type documentation -->
<!-- /type test-automation -->

## Περίληψη προβλήματος

<!--
Περιγράψτε το πρόβλημα που εντοπίσατε.
-->

**Οδηγίες για την αναπαραγωγή του σφάλματος**

<!--
Τα βήματα ή η τοποθεσία που μπορεί καποιος να βρει το πρόβλημα.
-->

## Επιθυμητή συμπεριφορά

<!--
Ποια είναι η επιθυμητή συμπεριφορά.
-->

## Πρόσθετο υλικό

<!--
Κάποια παραπάνω πληροφορία σχετική με το πρόβλημα.
-->

## Κάποια πρόταση για την επίλυση του προβλήματος

<!--
Έχετε κατά νου κάποια λύση για το πρόβλημα.
-->
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: PyGreece Community Discord Server
url: https://discord.gg/evcNPRVCMB
about: To PyGreece είναι μία online κοινότητα προγραμματιστών Python
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: 💡 Feature request
about: Προτείνετε μία νέα λειτουργία
title: ""
labels: ""
assignees: ""
---

/type enhancement

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

<!--
Αφαιρέστε το σύμβολο του σχολίου για τον τύπο που θέλετε και διαγράψτε τα υπόλοιπα.
Π.χ το `<!-- /type translation..` θα γινει απλά: `/type translation`
-->

<!-- /type cicd -->
<!-- /type translation -->
<!--/type documentation -->
<!-- /type test-automation -->

## Ποιο είναι το feature που θέλετε να προσθέσετε;

<!--
Μία περιγραφή του προβλήματος που θα λύσει το νέο feature.
-->

**Λεπτομερής περιφραφή:**

## Προτεινόμενη λύση

<!--
Έχετε κατά νου τον τρόπο υλοποίησης;
-->
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/other.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: 🔧 other task
about: Άλλη εργασία
title: ""
labels: ""
assignees: ""
---

/type task

### Ποιος είναι ο τύπος του task;

<!--
Αφαιρέστε το σύμβολο του σχολίου για τον τύπο που θέλετε και διαγράψτε τα υπόλοιπα.
Π.χ το `<!-- /type translation..` θα γινει απλά: `/type translation`
-->

<!-- /type cicd -->
<!-- /type translation -->
<!--/type documentation -->
<!-- /type test-automation -->

## Περιγραφή του task

<!--
Περιγράψτε το issue και το τι ακριβώς θα θέλατε να συμβεί στο προτζεκτ.
-->
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/translation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: 📝 Translation task
about: Εργασία σχετική με την μετάφραση των εγγράφων της Python
title: ""
labels: ""
assignees: ""
---

/type translation

## Περιγραφή της εργασίας μετάφρασης

<!--
Περιγράψτε το issue και την μετάφραση που θα πρέπει να προσθέσουμε στο προτζεκτ.
-->
7 changes: 7 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Ποιο issue κλείνει το συγκεκριμένο PR;

Closes #(ο αριθμός του issue)

## Περιγραφή του PR

<!-- Μια απλή περιγραφή των αλλαγών που φέρνει το PR -->
16 changes: 16 additions & 0 deletions .github/labeler.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

# Types
bug:
- '/type bug'
cicd:
- '/type cicd'
documentation:
- '/type documentation'
test-automation:
- '/type test-automation'
translation:
- '/type translation'
task:
- '/type task'
enhancement:
- '/type enhancement'
19 changes: 19 additions & 0 deletions .github/workflows/issue_labels.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: "Issue Labeler"
on:
issues:
types: [opened, edited]

permissions:
issues: write
contents: read

jobs:
labeler:
runs-on: ubuntu-latest
steps:
- uses: github/issue-labeler@c1b0f9f52a63158c4adc09425e858e87b32e9685 # v3.4
with:
configuration-path: .github/labeler.yaml
enable-versioned-regex: 0
include-title: 1
repo-token: ${{ secrets.GITHUB_TOKEN }}
0