You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your contribution to pvlib python! You may delete all of these instructions except for the list below.
5
-
6
-
You may submit a pull request with your code at any stage of completion.
7
-
8
-
The following items must be addressed before the code can be merged. Please don't hesitate to ask for help if you're unsure of how to accomplish any of the items below:
9
-
10
-
-[ ] Closes issue #xxxx
11
-
-[ ] I am familiar with the [contributing guidelines](http://pvlib-python.readthedocs.io/en/latest/contributing.html).
12
-
-[ ] Fully tested. Added and/or modified tests to ensure correct behavior for all reasonable inputs. Tests (usually) must pass on the TravisCI and Appveyor testing services.
13
-
-[ ] Updates entries to `docs/sphinx/source/api.rst` for API changes.
14
-
-[ ] Adds description and name entries in the appropriate `docs/sphinx/source/whatsnew` file for all changes.
15
-
-[ ] Code quality and style is sufficient. Passes LGTM and SticklerCI checks.
16
-
-[ ] New code is fully documented. Includes sphinx/numpydoc compliant docstrings and comments in the code where necessary.
1
+
<!-- Thank you for your contribution! The following items must be addressed before the code can be merged. Please don't hesitate to ask for help if you're unsure of how to accomplish any of the items. Feel free to remove checklist items that are not relevant to your change. -->
2
+
3
+
-[ ] Closes #xxxx
4
+
-[ ] I am familiar with the [contributing guidelines](https://pvlib-python.readthedocs.io/en/latest/contributing.html)
5
+
-[ ] Tests added
6
+
-[ ] Updates entries to [`docs/sphinx/source/api.rst`](https://github.com/pvlib/pvlib-python/blob/master/docs/sphinx/source/api.rst) for API changes.
7
+
-[ ] Adds description and name entries in the appropriate "what's new" file in [`docs/sphinx/source/whatsnew`](https://github.com/pvlib/pvlib-python/tree/master/docs/sphinx/source/whatsnew) for all changes. Includes link to the GitHub Issue with `` :issue:`num` `` or this Pull Request with `` :pull:`num` ``. Includes contributor name and/or GitHub username (link with `` :ghuser:`user` ``).
8
+
-[ ] New code is fully documented. Includes [numpydoc](https://numpydoc.readthedocs.io/en/latest/format.html) compliant docstrings, examples, and comments where necessary.
17
9
-[ ] Pull request is nearly complete and ready for detailed review.
10
+
-[ ] Maintainer: Appropriate GitHub Labels and Milestone are assigned to the Pull Request and linked Issue.
18
11
19
-
Brief description of the problem and proposed solution (if not already fully described in the issue linked to above):
12
+
<!--Brief description of the problem and proposed solution (if not already fully described in the issue linked to above):-->
0 commit comments