Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions docs/sphinx/source/contributing/introduction_to_contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,27 @@ contributors from novice to expert. Don't worry if you don't (yet)
understand parts of it.


.. _core-guidelines:

Core guidelines
~~~~~~~~~~~~~~~
While we welcome new contributors, reviewer capacity is limited. Therefore,
following these core guidelines is essential:

* Every pull request (PR) should address one or more open issues. The PR should
be outlined in the issue discussion.
Comment on lines +22 to +23
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.

Will we hold ourselves (the maintainers) to this standard? Many of my PRs do not close any issue, and I would prefer to retain that freedom. Requiring an issue for what a maintainer believes is a straightforward, non-controversial PR would (IMHO) often be repository clutter and notification noise for little benefit.

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.

What about "Pull requests should address one or more open issues." Does that create flexibility for maintainers?

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.

You could add "... unless it has been discussed with a maintainer..." somewhere in there.

* GSoC: For Google Summer of Code, we invite applications only from those with
significant PV modeling experience and who are motivated to join the pvlib
maintenance teams
* pvlib-python is an advanced scientific modeling toolbox. A background
in solar energy and/or experience in pvlib-python is required to
address some issues effectively. It is not always clear which issues
fall into this bucket. Don't be offended if maintainers close your PR for
this reason.
* Maintainers reserve the right to close PRs that do not comply with the
contributing guidelines.


.. _easy-ways-to-contribute:

Easy ways to contribute
Expand Down
2 changes: 2 additions & 0 deletions docs/sphinx/source/whatsnew/v0.15.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ Documentation
* Fix a broken docstring reference to ``grounddiffuse`` in
:py:func:`pvlib.irradiance.poa_components`
(:issue:`2089`, :pull:`2708`)
* Add :ref:`core-guidelines` to the :ref:`introduction-to-contributing` page.
(:issue:`2716`, :pull:`2726`)


Testing
Expand Down
Loading