[MRG] DOC More detailed pull request and fork instructions (#8530)#8538
[MRG] DOC More detailed pull request and fork instructions (#8530)#8538lesteve merged 2 commits intoscikit-learn:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #8538 +/- ##
==========================================
- Coverage 95.48% 94.76% -0.73%
==========================================
Files 342 342
Lines 61000 61013 +13
==========================================
- Hits 58246 57818 -428
- Misses 2754 3195 +441
Continue to review full report at Codecov.
|
|
@tfolkman please add reference issue and other descriptions in PR description |
lesteve
left a comment
There was a problem hiding this comment.
It is a good idea to leverage off github instructions rather than maintain our own that are bound to become outdated after some time.
CONTRIBUTING.md
Outdated
| 1. Fork the [project repository](https://github.com/scikit-learn/scikit-learn) | ||
| by clicking on the 'Fork' button near the top right of the page. This creates | ||
| a copy of the code under your GitHub user account. | ||
| a copy of the code under your GitHub user account. For more details on how to fork a repository see [this guide.](https://help.github.com/articles/fork-a-repo/) |
There was a problem hiding this comment.
Your lines are too long. Find an editor that breaks lines after a decent width say 80.
|
Please use "Fix #issueNumber" this way the associated issue gets closed automatically when the PR is merged. For more details, look at this. |
360c8b5 to
bf2ab4f
Compare
|
Thank you - and sorry for the learning curve! I updated to make the lines shorter than 80 characters. |
|
I pushed some minor tweaks in the markdown. With these LGTM, merging thanks! |
Reference Issue
Fixes #8530.
What does this implement/fix? Explain your changes.
Any other comments?