Skip to content
Open
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
10 changes: 10 additions & 0 deletions docs/sphinx/source/contributing/how_to_contribute_new_code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,16 @@ information on these aspects.
Pull requests (PRs)
~~~~~~~~~~~~~~~~~~~

.. _pull-request-checklist:

PR checklist
------------

Every pull request description must include the
`PR checklist <https://github.com/pvlib/pvlib-python/blob/main/.github/PULL_REQUEST_TEMPLATE.md>`_.
If your workflow overrides the default PR template (e.g. ``gh pr create
--body "..."``) make sure to copy the checklist into the description.

.. _pull-request-scope:

Scope
Expand Down