-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
[MRG] DOC More detailed pull request and fork instructions (#8530) #8538
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
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 |
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.
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
@@ -18,7 +18,7 @@ GitHub, clone, and develop on a branch. Steps: | |||
|
|||
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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?