-
-
Notifications
You must be signed in to change notification settings - Fork 26.2k
DOC Increase prominence of starting from existing issues #31660
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
Merged
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
1551ce2
Tweak contributing docs
betatim ba9d8e8
Set expectations for documentation contributions
betatim 754b02a
Apply suggestions from code review
betatim f0358af
White space
betatim 16555a9
Explicitly mention code contribs
betatim cfab194
Merge remote-tracking branch 'origin/contrib-expectations' into contr…
betatim 958225c
whitespace
betatim File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -11,9 +11,9 @@ contribute. It is hosted on https://github.com/scikit-learn/scikit-learn. | |||||
The decision making process and governance structure of scikit-learn is laid | ||||||
out in :ref:`governance`. | ||||||
|
||||||
Scikit-learn is somewhat :ref:`selective <selectiveness>` when it comes to | ||||||
adding new algorithms, and the best way to contribute and to help the project | ||||||
is to start working on known issues. | ||||||
Scikit-learn is :ref:`selective <selectiveness>` when it comes to | ||||||
betatim marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
adding new algorithms and features. This means the best way to contribute | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
is this too much? 😬 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Unsure. I'd argue that an enhancement is a new feature. |
||||||
and help the project is to start working on known issues. | ||||||
See :ref:`new_contributors` to get started. | ||||||
|
||||||
.. topic:: **Our community, our values** | ||||||
|
@@ -47,20 +47,17 @@ welcome to post feature requests or pull requests. | |||||
Ways to contribute | ||||||
================== | ||||||
|
||||||
There are many ways to contribute to scikit-learn, with the most common ones | ||||||
being contribution of code or documentation to the project. Improving the | ||||||
documentation is no less important than improving the library itself. If you | ||||||
find a typo in the documentation, or have made improvements, do not hesitate to | ||||||
create a GitHub issue or preferably submit a GitHub pull request. | ||||||
Full documentation can be found under the doc/ directory. | ||||||
There are many ways to contribute to scikit-learn. Improving the | ||||||
documentation is no less important than improving the code of the library | ||||||
itself. If you find a typo in the documentation, or have made improvements, do | ||||||
not hesitate to create a GitHub issue or preferably submit a GitHub pull request. | ||||||
|
||||||
But there are many other ways to help. In particular helping to | ||||||
There are many ways to help. In particular helping to | ||||||
:ref:`improve, triage, and investigate issues <bug_triaging>` and | ||||||
:ref:`reviewing other developers' pull requests <code_review>` are very | ||||||
valuable contributions that decrease the burden on the project | ||||||
maintainers. | ||||||
valuable contributions that move the project forward. | ||||||
|
||||||
Another way to contribute is to report issues you're facing, and give a "thumbs | ||||||
Another way to contribute is to report issues you are facing, and give a "thumbs | ||||||
up" on issues that others reported and that are relevant to you. It also helps | ||||||
us if you spread the word: reference the project from your blog and articles, | ||||||
link to it from your website, or simply star to say "I use it": | ||||||
|
@@ -702,7 +699,8 @@ underestimate how easy an issue is to solve! | |||||
Documentation | ||||||
============= | ||||||
|
||||||
We are glad to accept any sort of documentation: | ||||||
We welcome thoughtful contributions to the documentation and are happy to review | ||||||
additions in the following areas: | ||||||
|
||||||
* **Function/method/class docstrings:** Also known as "API documentation", these | ||||||
describe what the object does and detail any parameters, attributes and | ||||||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I think that we should keep mentioning code contribution as a possibility. The current proposition feels to me like code contribution are not a thing anymore. We could write something like
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.
I like the fact that the first sentence states "there are many ways to contribute" without trying to make a list of all the possibilities.
For me the "improving the library itself" in the next sentence means "code contributions", but maybe we should change it to ".. than improving the code of the library itself."?
More of a philosophical point: I think there are many people who think that contributing means coding and so few who think of anything else as a way of contributing. Combine that with the fact that we have a backlog of PRs in need of review that will last till the end of time and I'd not be unhappy if a large fraction of people interpret this as "you can't contribute to scikit-learn with code". I'm thinking "large number of people who think code is the only contrib" * "large fraction" -> a reasonable number of people making code contributions.
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.
Spending 5min thinking about it, I implemented what I suggested.