-
-
Notifications
You must be signed in to change notification settings - Fork 63.2k
Translate HOWTO.md to Greek #6532
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
Conversation
To reflect the use of iso language codes instead of country codes.
Translation in progress
Link to translated source & highlight current Co-authored-by: David Ordás <[email protected]>
Improving original crosslinks alias & add section gaps Co-authored-by: David Ordás <[email protected]>
Add Markdown anchor Co-authored-by: David Ordás <[email protected]>
Add Markdown anchor Co-authored-by: David Ordás <[email protected]>
Correct typo Co-authored-by: David Ordás <[email protected]>
Add Markdown anchor Co-authored-by: David Ordás <[email protected]>
Add Markdown anchor Co-authored-by: David Ordás <[email protected]>
Highlight Markdown snippets that need be copied as-is Co-authored-by: David Ordás <[email protected]>
Add Markdown anchor Co-authored-by: David Ordás <[email protected]>
Add Markdown anchor Co-authored-by: David Ordás <[email protected]>
Improving crosslinks alias Co-authored-by: David Ordás <[email protected]>
Add Markdown anchor Co-authored-by: David Ordás <[email protected]>
Translating RIPtutorials feature EbookFoundation#6153. Co-authored-by: David Ordás <[email protected]>
Giving context to next acronyms. Co-authored-by: David Ordás <[email protected]>
"Learn Raw SQL for Beginners" by Laith Harb
Create HOWTO-el.md
Not sure why all my previous commits follow me with each new PR. I'm googling it and try to make some sense out of it. I'll do my best to have it resolved before my next PR. |
It doesn't matter since merge was well. But in forked contributions is highly recommended use branches with the same master SHA as base while concurrently stuff is WIP. Making PR over your own fork doesn't have too much sense (at least here in f-p-b). Submit them directly to upstream branch. Said that... TIP OF THE DAY 🤓 📚 💻How to refork an Execute in your local environment: git fetch --all
git checkout master
git reset --hard upstream/master
git push origin master --force In forked repositories is very common using branches to pull the contributions and leave To merge upstream Github Docs... git fetch --all
git checkout master
git merge --no-ff upstream/master Some literature about this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your effort translating all governance files.
What does this PR do?
Translate HOWTO.md to Greek
Why is this valuable (or not)?
Provides accessibility
Checklist:
Follow-up