@@ -14,13 +14,12 @@ This PR.
1414# Checklist:
1515
1616<!--
17- For items below with choices, select one (e.g., yes, no)
18- and check the box to indicate that a choice was selected.
19- If not applicable, check the box and add `N/A` after the box.
17+ For items below with `if`, please mark those that do not apply with N/A
18+
2019For example:
21- - [X] This has a choice: no
22- - [X] N/A. If choice , other item.
23- This comment may be deleted on submission .
20+ - [X] N/A. If this PR X, related item.
21+ - [X] If this PR Y , other item.
22+ - [X] I have updated the `CHANGELOG.md` .. .
2423
2524Alter notes example:
2625```python
@@ -29,10 +28,8 @@ Table.alter() # Comment regarding the change
2928```
3029-->
3130
32- - [ ] This PR should be accompanied by a release: (yes/no/unsure)
33- - [ ] If release, I have updated the ` CITATION.cff `
34- - [ ] This PR makes edits to table definitions: (yes/no)
35- - [ ] If table edits, I have included an ` alter ` snippet for release notes.
31+ - [ ] If this PR should be accompanied by a release, I have updated the ` CITATION.cff `
32+ - [ ] If this PR edits table definitions, I have included an ` alter ` snippet for release notes.
3633- [ ] If this PR makes changes to position, I ran the relevant tests locally.
34+ - [ ] If this PR makes user-facing changes, I have added/edited docs/notebooks to reflect the changes
3735- [ ] I have updated the ` CHANGELOG.md ` with PR number and description.
38- - [ ] I have added/edited docs/notebooks to reflect the changes
0 commit comments