diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index eb3b440b2e..f0de7e3d22 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,11 +1,37 @@ -# Summary + + +## Related Issues/PRs + + +#xxx + +## What changes are proposed in this pull request? _Briefly describe the changes included in this Pull Request._ -# Tests +## How is this patch tested? + + +- [ ] I have written tests (not required for typo or doc fix) and confirmed the proposed feature/bug-fix/change works. + +## Does this PR change any dependencies? + +- [ ] No. You can skip this section. +- [ ] Yes. Make sure the dependencies are resolved correctly, and list changes here. -_Describe what tests have you performed to validate your changes before submitting the Pull Request. Use 'N/A' if not applicable._ +## Does this PR add a new feature? If so, have you added samples on website? -# Dependency changes +- [ ] No. You can skip this section. +- [ ] Yes. Make sure you have added samples following below steps. -_If you needed to make any changes to dependencies of this project, please describe them here._ +1. Find the corresponding markdown file for your new feature in `website/docs/documentation` folder. + Make sure you choose the correct class `estimators/transformers` and namespace. +2. Follow the pattern in markdown file and add another section for your new API, including pyspark, scala (and .NET potentially) samples. +3. Make sure the `DocTable` points to correct API link. +4. Navigate to website folder, and run `yarn run start` to make sure the website renders correctly. +5. Don't forget to add `` before each python code blocks to enable auto-tests for python samples. +6. Make sure the `WebsiteSamplesTests` job pass in the pipeline. diff --git a/website/src/pages/videos.js b/website/src/pages/videos.js index c548719cbe..251bbd6d14 100644 --- a/website/src/pages/videos.js +++ b/website/src/pages/videos.js @@ -11,7 +11,7 @@ function Videos() { return (
@@ -24,6 +24,20 @@ function Videos() {
+
+
+

Create Custom Search Engines from Unstructured Data with SynapseML

+

+ Learn how to create custom search engines from unstructured data using + Form Recognizer, Form Ontology Learner, Translation, GPT-3 and Azure Search in SynapseML. +

+
+ +

Unsupervised Currency Detection