Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

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

Sign up
Appearance settings

Update Contributing Guide#561

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
skpanagiotis merged 23 commits intopython:mainfromskpanagiotis:ft/contributing-guide
Nov 21, 2024

Conversation

skpanagiotis
Copy link
Collaborator

Ποιο issue κλείνει το συγκεκριμένο PR;

Closes#548

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

Βελτίωση του Contributing Guide για να είναι πιο κατανοητός ο τρόπος που γίνεται συνεισφορά στο έργο της μετάφρασης.

Copy link
Collaborator

@thepetkthepetk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Κάποια μικρά suggestions αφησα μόνο!

skpanagiotisand others added3 commitsNovember 11, 2024 23:22
Co-authored-by: Theofanis Petkos <thepetk@gmail.com>
Co-authored-by: Theofanis Petkos <thepetk@gmail.com>
Co-authored-by: Theofanis Petkos <thepetk@gmail.com>
thepetk
thepetk previously approved these changesNov 18, 2024
Copy link
Collaborator

@thepetkthepetk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

lgtm

@gzisopoulos
Copy link
Contributor

Οταν κάνει κάποιος fork ενα repository αυτο εχει προεπιλεγμενο να κάνει copy μονο το main branch. Αν ακολουθησει καποιος τα βηματα με το main branch τοτε όταν κανειpip install -r requirements.txt θα πάρει error γιατι το cpython directory ειναι κενο. Οποτε ισως πρέπει να τους γράψουμε να κανουν fetch πρωτα και checkout στο 3.12 πριν κανουν install τα requirements ή να ξεκλικαρουν το μονο το main branch οταν κανουν fork και να χρειαζονται μονο ενα checkout πριν γινουν install τα requirements.
image

thepetk reacted with heart emoji

@skpanagiotis
Copy link
CollaboratorAuthor

Σωστή αυτή η παρατήρηση@gzisopoulos . Για αυτό πρέπει να γίνει default branch μας το 3.12 αφού γίνει merge με το master.

gzisopoulos reacted with heart emoji

@gzisopoulos
Copy link
Contributor

Επισης τοscripts/check_spelling.py είναι στο main branch και δεν υπάρχει στο 3.12 απο το οποιο γινεται το checkout για το καινουριο branch με τη μεταφραση που θα ανεβασει ο χρήστης.

Copy link
Collaborator

@gmargaritisgmargaritis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Πολύ καλές αλλαγές! Kudos to everyone 🎉

skpanagiotisand others added6 commitsNovember 20, 2024 09:32
Co-authored-by: George Margaritis <gmargaritis@protonmail.com>
Co-authored-by: George Margaritis <gmargaritis@protonmail.com>
Co-authored-by: George Margaritis <gmargaritis@protonmail.com>
Co-authored-by: George Margaritis <gmargaritis@protonmail.com>
Co-authored-by: George Margaritis <gmargaritis@protonmail.com>
gmargaritis
gmargaritis previously approved these changesNov 20, 2024
Copy link
Collaborator

@gmargaritisgmargaritis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

LGTM 🚀

Copy link
Member

@lysnikolaoulysnikolaou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

@skpanagiotis and everyone, amazing work! Thanks a lot for doing this!

A couple of comments (here and inline):

Can we add a second command to the 4th step of setting up. Aftergit remote add upstream, it'd be best if contributors also didgit remote set-url --push upstream git@github.com:<your-username>/cpython.git to avoid accidentally pushing to the upstream repo.

Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
skpanagiotisand others added5 commitsNovember 20, 2024 15:54
Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
@skpanagiotisskpanagiotis requested a review froma team as acode ownerNovember 20, 2024 15:22
@skpanagiotis
Copy link
CollaboratorAuthor

Πρόσθεσα και το extra βήμα του@lysnikolaou

Copy link
Member

@lysnikolaoulysnikolaou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

LGTM! Thanks everyone!

@lysnikolaou
Copy link
Member

Pushed the nitty comment I made above, I think we're good to merge at this point.

@skpanagiotisskpanagiotisenabled auto-merge (squash)November 21, 2024 07:56
Copy link
Member

@lysnikolaoulysnikolaou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Approving so that the button turns green.

Copy link
Member

@lysnikolaoulysnikolaou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Approving so that the button turns green.

@skpanagiotisskpanagiotis merged commita39daa7 intopython:mainNov 21, 2024
2 checks passed
@skpanagiotisskpanagiotis deleted the ft/contributing-guide branchDecember 16, 2024 18:41
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@vadalvadalvadal left review comments

@lysnikolaoulysnikolaoulysnikolaou approved these changes

@gzisopoulosgzisopoulosgzisopoulos approved these changes

@thepetkthepetkthepetk left review comments

@gmargaritisgmargaritisgmargaritis left review comments

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

Update Contributing.md after pre-commit addition
6 participants
@skpanagiotis@gzisopoulos@lysnikolaou@vadal@thepetk@gmargaritis

[8]ページ先頭

©2009-2025 Movatter.jp