Skip to content

Specify fork-based contributions #4619

Merged
jcrist merged 2 commits intodask:masterfrom
jrbourbeau:update-contributing
Mar 21, 2019
Merged

Specify fork-based contributions #4619
jcrist merged 2 commits intodask:masterfrom
jrbourbeau:update-contributing

Conversation

@jrbourbeau
Copy link
Copy Markdown
Member

This PR updates the development docs to specify contributions should use fork-based pull requests. Also updates "introductory" label to "good first issue" label.

clone the fork::

git clone git@github.com:dask/dask.git
git clone https://github.com/<your-github-username>/dask
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I would actually recommend to clone the main repo and add your fork as an additional remote. Otherwise you won't get updates from master in your clone.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Thanks for the review @xhochy, that's a good point. However since we don't go into much detail about git workflows here, and instead link to the pandas contributing guide which recommends cloning the fork and adding the main repo as an upstream remote, I have a slight preference for staying with cloning the fork. I think this consistency could help contributors who are new to git or GitHub.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Agreed. I personally add the main branch as upstream, and keep origin as my fork. Updating from master is then just git pull upstream master.

@jcrist
Copy link
Copy Markdown
Member

jcrist commented Mar 21, 2019

Thanks @jrbourbeau, merging.

@jcrist jcrist merged commit 243339a into dask:master Mar 21, 2019
@jrbourbeau jrbourbeau deleted the update-contributing branch March 21, 2019 18:33
jorge-pessoa pushed a commit to jorge-pessoa/dask that referenced this pull request May 14, 2019
* Specify fork based contributions [skip ci]

* Update introductory label to good first issue [skip ci]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants