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
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,10 @@ Feel free to remove lines from this template that do not apply to you pull reque
18
18
19
19
#### PR Checklist
20
20
*[ ] If this is a work in progress PR, set as a Draft PR
21
+
*[ ] General
22
+
*[ ] Notebook is compatible with latest SimPEG release
23
+
*[ ] No deprecated functions and/or input arguments are being used
24
+
*[ ] Coding cells linted according to the [style guides](https://docs.simpeg.xyz/latest/content/getting_started/contributing/code-style.html).
21
25
*[ ] Introduction is complete:
22
26
*[ ] Title and author added to notebook
23
27
*[ ] Admonitions for notebook difficulty and computational resources have been added
@@ -29,11 +33,10 @@ Feel free to remove lines from this template that do not apply to you pull reque
29
33
*[ ] A header and short summary of what is being done
30
34
*[ ] Links to API documentation added for all classes and functions that are used
31
35
*[ ] Newly introduced functionality is explained, or links are provided to relevant materials
32
-
*[ ] The approach taken when choosing hyperparameter values is explained. The use of ad hoc values without explanation is discouraged.
36
+
*[ ] The approach taken when choosing hyperparameter values is explained. The use of ad hoc values without explanation is discouraged
33
37
*[ ] All figures are legible and rendered appropriately
34
-
*[ ] Coding cells have been linted according to the [style guides](https://docs.simpeg.xyz/latest/content/getting_started/contributing/code-style.html).
35
38
*[ ] Marked as ready for review (if this is was a draft PR), and converted to a pull request
36
-
*[ ] Tagged ``@simpeg/simpeg-developers`` when ready for review.
39
+
*[ ] Tagged ``@simpeg/simpeg-developers`` when ready for review
0 commit comments