Skip to content
Merged
Changes from 4 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
25 changes: 25 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,31 @@ contributors from novice to expert. Don't worry if you don't (yet)
understand parts of it.


.. _core-principles:

Core principles
Comment thread
RDaxini marked this conversation as resolved.
Outdated
~~~~~~~~~~~~~~~
Some core guidelines on the package, requirements for contributors, and the
management of contributions are as follows:
Comment thread
RDaxini marked this conversation as resolved.
Outdated

* pvlib-python is an advanced scientific modeling toolbox.
Comment thread
RDaxini marked this conversation as resolved.
Outdated
* Every pull request (PR) should address one or more open issues. The PR should
be outlined in the issue discussion.
Comment thread
RDaxini marked this conversation as resolved.
Outdated
* 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
Comment thread
RDaxini marked this conversation as resolved.
Outdated
maintenance teams
Comment thread
RDaxini marked this conversation as resolved.
Outdated
* A background in solar energy and/or experience in pvlib-python is required to
address some issues effectively due to subtleties that are hard to appreciate
until struggling with an implementation. It is not always clear which issues
fall into this bucket. Don't be offended if maintainers close your PR for
this reason.
Comment thread
RDaxini marked this conversation as resolved.
Outdated
* Maintainers reserve the right to close PRs that do not comply with the
contributing guidelines.

While we welcome new contributors, reviewer capacity is limited. Therefore,
following the guidelines above throughout the contributing process is critical.
Comment thread
RDaxini marked this conversation as resolved.
Outdated


.. _easy-ways-to-contribute:

Easy ways to contribute
Expand Down
Loading