DOC add a point about org bans due to AI (#32254)
Co-authored-by: Reshama Shaikh <reshama.stat@gmail.com> Co-authored-by: Yao Xiao <108576690+Charlie-XIAO@users.noreply.github.com>
This commit is contained in:
parent
4fd34545e5
commit
47ebc5d6e0
|
|
@ -13,3 +13,25 @@ all priceless contributions.
|
|||
|
||||
We abide by the principles of openness, respect, and consideration of others of
|
||||
the Python Software Foundation: https://www.python.org/psf/codeofconduct/
|
||||
|
||||
# Low Quality and AI Generated Contributions Policy
|
||||
|
||||
Due to the burden put on maintainers, users submitting multiple low quality pull
|
||||
requests, or AI generated comments, reviews, issues, or pull requests, where the
|
||||
user does not show a good understanding of what they are posting, might be banned
|
||||
from the organisation. Some examples of poor etiquette are:
|
||||
|
||||
- Opening a PR for issues which are not yet triaged and the "triage" label is not
|
||||
removed;
|
||||
- Claiming to work on many issues at the same time;
|
||||
- Claiming issues or opening pull requests where another person has already
|
||||
claimed it or where there's already a PR fixing the issue;
|
||||
- Opening AI generated pull requests w/o understanding them;
|
||||
- Leaving AI generated comments on issues and pull requests.
|
||||
|
||||
For more context, you can check out this blog post on [
|
||||
The Cost of AI in Open Source Maintenance
|
||||
](https://adrin.info/the-cost-of-ai-in-open-source-maintenance.html).
|
||||
|
||||
If this happens to you and you believe it's been a mistake, you can reach us on
|
||||
`coc@scikit-learn.org`.
|
||||
|
|
|
|||
|
|
@ -24,6 +24,9 @@ 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 it in GitHub to say "I use it".
|
||||
|
||||
Note that communications on all channels should respect our
|
||||
[Code of Conduct](./CODE_OF_CONDUCT.md).
|
||||
|
||||
Quick links
|
||||
-----------
|
||||
|
||||
|
|
@ -31,9 +34,3 @@ Quick links
|
|||
* [Contributing code](https://scikit-learn.org/dev/developers/contributing.html#contributing-code)
|
||||
* [Coding guidelines](https://scikit-learn.org/dev/developers/develop.html#coding-guidelines)
|
||||
* [Tips to read current code](https://scikit-learn.org/dev/developers/contributing.html#reading-the-existing-code-base)
|
||||
|
||||
Code of Conduct
|
||||
---------------
|
||||
|
||||
We abide by the principles of openness, respect, and consideration of others
|
||||
of the Python Software Foundation: https://www.python.org/psf/codeofconduct/.
|
||||
|
|
|
|||
|
|
@ -51,9 +51,9 @@ See :ref:`new_contributors` to get started.
|
|||
issues, organizing and teaching tutorials, working on the website,
|
||||
improving the documentation, are all priceless contributions.
|
||||
|
||||
We abide by the principles of openness, respect, and consideration of
|
||||
others of the Python Software Foundation:
|
||||
https://www.python.org/psf/codeofconduct/
|
||||
Communications on all channels should respect our `Code of Conduct
|
||||
<https://github.com/scikit-learn/scikit-learn/blob/main/CODE_OF_CONDUCT.md>`_.
|
||||
|
||||
|
||||
|
||||
In case you experience issues using this package, do not hesitate to submit a
|
||||
|
|
|
|||
|
|
@ -237,7 +237,7 @@
|
|||
<li><strong>Instagram:</strong> <a href="https://www.instagram.com/scikitlearnofficial/">@scikitlearnofficial</a></li>
|
||||
<li><strong>TikTok:</strong> <a href="https://www.tiktok.com/@scikit.learn">@scikit.learn</a></li>
|
||||
<li><strong>Discord:</strong> <a href="https://discord.gg/h9qyrK8Jc8">@scikit-learn</a></li>
|
||||
<li>Communication on all channels should respect <a href="https://www.python.org/psf/conduct/">PSF's code of conduct.</a></li>
|
||||
<li>Communication on all channels should respect <a href="https://github.com/scikit-learn/scikit-learn/blob/main/CODE_OF_CONDUCT.md">our code of conduct.</a></li>
|
||||
</ul>
|
||||
<p>
|
||||
<a class="btn sk-btn-orange mb-1" href="https://numfocus.org/donate-to-scikit-learn">Help us, <strong>donate!</strong></a>
|
||||
|
|
|
|||
Loading…
Reference in New Issue