We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdf3a7b commit 9505a0aCopy full SHA for 9505a0a
docs/sphinx/source/contributing/how_to_contribute_new_code.rst
@@ -40,6 +40,16 @@ information on these aspects.
40
Pull requests (PRs)
41
~~~~~~~~~~~~~~~~~~~
42
43
+.. _pull-request-checklist:
44
+
45
+PR checklist
46
+------------
47
48
+Every pull request description must include the
49
+`PR checklist <https://github.com/pvlib/pvlib-python/blob/main/.github/PULL_REQUEST_TEMPLATE.md>`_.
50
+If your workflow overrides the default PR template (e.g. ``gh pr create
51
+--body "..."``) make sure to copy the checklist into the description.
52
53
.. _pull-request-scope:
54
55
Scope
0 commit comments