Skip to content

Commit

Permalink
Update checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
dccowan committed Dec 19, 2024
1 parent 7762b25 commit 794f7aa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
9 changes: 6 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ Feel free to remove lines from this template that do not apply to you pull reque

#### PR Checklist
* [ ] If this is a work in progress PR, set as a Draft PR
* [ ] General
* [ ] Notebook is compatible with latest SimPEG release
* [ ] No deprecated functions and/or input arguments are being used
* [ ] Coding cells linted according to the [style guides](https://docs.simpeg.xyz/latest/content/getting_started/contributing/code-style.html).
* [ ] Introduction is complete:
* [ ] Title and author added to notebook
* [ ] Admonitions for notebook difficulty and computational resources have been added
Expand All @@ -29,11 +33,10 @@ Feel free to remove lines from this template that do not apply to you pull reque
* [ ] A header and short summary of what is being done
* [ ] Links to API documentation added for all classes and functions that are used
* [ ] Newly introduced functionality is explained, or links are provided to relevant materials
* [ ] The approach taken when choosing hyperparameter values is explained. The use of ad hoc values without explanation is discouraged.
* [ ] The approach taken when choosing hyperparameter values is explained. The use of ad hoc values without explanation is discouraged
* [ ] All figures are legible and rendered appropriately
* [ ] Coding cells have been linted according to the [style guides](https://docs.simpeg.xyz/latest/content/getting_started/contributing/code-style.html).
* [ ] Marked as ready for review (if this is was a draft PR), and converted to a pull request
* [ ] Tagged ``@simpeg/simpeg-developers`` when ready for review.
* [ ] Tagged ``@simpeg/simpeg-developers`` when ready for review


#### Additional information
Expand Down
7 changes: 5 additions & 2 deletions notebooks/contributing/pull_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Requirements Checklist

The following is a useful checklist for determining whether the tutorial notebook has satisfied formatting and structure requirements:

* **General:**
* Notebook is compatible with latest SimPEG release
* No deprecated functions and/or input arguments are being used
* Coding cells linted according to the [style guides](https://docs.simpeg.xyz/latest/content/getting_started/contributing/code-style.html).
* **The introduction is complete:**
* Title and author added to notebook
* Admonitions for notebook difficulty and computational resources have been added
Expand All @@ -19,9 +23,8 @@ The following is a useful checklist for determining whether the tutorial noteboo
* A header and short summary of what is being done
* Links to API documentation added for all classes and functions that are used
* Newly introduced functionality is explained, or links are provided to relevant materials
* The approach taken when choosing hyperparameter values is explained. The use of ad hoc values without explanation is discouraged.
* The approach taken when choosing hyperparameter values is explained. The use of ad hoc values without explanation is discouraged
* All figures are legible and rendered appropriately
* Coding cells have been linted according to the [style guides](https://docs.simpeg.xyz/latest/content/getting_started/contributing/code-style.html).

Stages of a Pull Request
------------------------
Expand Down

0 comments on commit 794f7aa

Please sign in to comment.