Skip to content

Commit ffeb154

Browse files
Merge pull request #1600 from shivanip32/pr_tempt
added dl checklist
2 parents 2e26049 + c883966 commit ffeb154

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

PULL_REQUEST_TEMPLATE.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,9 @@ Please go through each entry in the below checklist and mark an 'X' if that cond
2424
- [ ] All images used like `<img src="base64str_here">` instead of `<img src="https://some.url">`? All map widgets contain a static image preview? (Call `mapview_inst.take_screenshot()` to do so)
2525
- [ ] All file paths are constructed in an OS-agnostic fashion with `os.path.join()`? (Instead of `r"\foo\bar"`, `os.path.join(os.path.sep, "foo", "bar")`, etc.)
2626
- [ ] Is your code formatted using [Jupyter Black](https://www.freecodecamp.org/news/auto-format-your-python-code-with-black/)? You can use Jupyter Black to format your code in the notebook.
27-
- [ ] **IF YOU WANT THIS SAMPLE TO BE DISPLAYED ON THE DEVELOPERS.ARCGIS.COM WEBSITE**, ping @ mohi9282 so he can add it to the list for the next deploy
27+
- [ ] **If this notebook showcases deep learning capabilities, please go through the following checklist:**
28+
- [ ] Are the inputs required for `Export Training Data Using Deep Learning` tool published on geosaurus org (api data owner account) and added in the notebook using `gis.content.get` function?
29+
- [ ] Is training data zipped and published as Image Collection? Note: Whole folder is zipped with name same as the notebook name.
30+
- [ ] Are the inputs required for model inferencing published on geosaurus org (api data owner account) and added in the notebook using `gis.content.get` function? Note: This includes providing test raster and trained model.
31+
- [ ] Are the inferenced results displayed using a webmap widget?
32+
- [ ] **IF YOU WANT THIS SAMPLE TO BE DISPLAYED ON THE DEVELOPERS.ARCGIS.COM WEBSITE**, ping @jyaistMap so he can add it to the list for the next deploy.

0 commit comments

Comments
 (0)