Topic on Talk:Citoid/Creating Zotero translators

Unclear instructions in "Submitting a pull request once your translator has been merged upstream on github"

3
Sebastian Berlin (WMSE) (talkcontribs)

I wasn't sure how to do step 2 ("Create a local branch of the github repository as well called github-master"). After looking it up I followed the instructions from https://stackoverflow.com/a/14383288, i.e. something like this:

  • git remote add fork https://github.com/zotero/translators.git
  • git fetch fork
  • git checkout -b zotero fork/master

I don't know if that's they way you're supposed to do it, but it may be worth adding some clarification either way.

Sebastian Berlin (WMSE) (talkcontribs)

Judging by this comment I guess this is no longer relevant. Should that whole section be removed?

Mvolz (WMF) (talkcontribs)

Sorry I didn't respond to this earlier :/. Yes, all totally outdated.

Reply to "Unclear instructions in "Submitting a pull request once your translator has been merged upstream on github""