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
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,14 +32,14 @@ Bug fix checklist:
32
32
New feature checklist:
33
33
-[ ] I have added or updated the docstrings associated with my feature using the [numpy docstring format](https://numpydoc.readthedocs.io/en/latest/format.html).
34
34
-[ ] I have updated the tutorial to highlight my new feature (if appropriate).
35
-
-[ ] I have added tests to cover my new feature.
35
+
-[ ] I have added/updated tests to cover my new feature.
36
36
-[ ] I have updated the [CHANGELOG](https://github.com/RadioAstronomySoftwareGroup/pyuvdata/blob/main/CHANGELOG.md).
37
37
38
38
Breaking change checklist:
39
39
-[ ] I have updated the docstrings associated with my change using the [numpy docstring format](https://numpydoc.readthedocs.io/en/latest/format.html).
40
40
-[ ] I have updated the tutorial to reflect my changes (if appropriate).
41
41
-[ ] My change includes backwards compatibility and deprecation warnings (if possible).
42
-
-[ ] I have added tests to cover my changes.
42
+
-[ ] I have added/updated tests to cover my changes.
43
43
-[ ] I have updated the [CHANGELOG](https://github.com/RadioAstronomySoftwareGroup/pyuvdata/blob/main/CHANGELOG.md).
44
44
45
45
Documentation change checklist:
@@ -56,5 +56,5 @@ Build or continuous integration change checklist:
56
56
Other:
57
57
-[ ] I have updated any docstrings associated with my change using the [numpy docstring format](https://numpydoc.readthedocs.io/en/latest/format.html).
58
58
-[ ] I have updated the readme and/or tutorial to reflect my changes (if appropriate).
59
-
-[ ] I have added tests to cover my changes (if appropriate).
59
+
-[ ] I have added/updated tests to cover my changes (if appropriate).
60
60
-[ ] I have updated the [CHANGELOG](https://github.com/RadioAstronomySoftwareGroup/pyuvdata/blob/main/CHANGELOG.md).
0 commit comments