First of all, excuse me for this quite subjective issue.
I'm half way to finish a spanish translation of whitepaper.md, mostly in order to repass the reading :P
Should I send PR? I will push it into a fork of mine anyway for preview, but first I thought I'd start the discussion about conventions, as well as to clear few doubts I have.
This is the methodology I used, please validate in case the translation is welcomed.
git clone --recursive https://github.com/GitGuild/gitguild_whitepaper.git
cd gitguild_whitepaper
git branch f3rnando-es-translation
git checkout f3rnando-es-translation
git mv whitepaper.md whitepaper-es_ES.md
git checkout HEAD whitepaper.md
Q1: Will I have to go on as following?:
git add whitepaper-es_ES.md
git commit -S -m 'adding spanish translation'
git push -u origin f3rnando-es-translation
Do my dev branches in main repo (this one) have to be denominated as my username?
Thanks.
First of all, excuse me for this quite subjective issue.
I'm half way to finish a spanish translation of whitepaper.md, mostly in order to repass the reading :P
Should I send PR? I will push it into a fork of mine anyway for preview, but first I thought I'd start the discussion about conventions, as well as to clear few doubts I have.
This is the methodology I used, please validate in case the translation is welcomed.
git clone --recursive https://github.com/GitGuild/gitguild_whitepaper.git cd gitguild_whitepaper git branch f3rnando-es-translation git checkout f3rnando-es-translation git mv whitepaper.md whitepaper-es_ES.md git checkout HEAD whitepaper.mdQ1: Will I have to go on as following?:
git add whitepaper-es_ES.md git commit -S -m 'adding spanish translation' git push -u origin f3rnando-es-translationDo my dev branches in main repo (this one) have to be denominated as my username?
Thanks.