Skip to content

Commit

Permalink
docs: fix multiple typos and update error hintings in ai-samples-time…
Browse files Browse the repository at this point in the history
…series notebook (microsoft#1663)

Co-authored-by: Serena Ruan <82044803+serena-ruan@users.noreply.github.com>
  • Loading branch information
2 people authored and mhamilton723 committed Oct 11, 2022
1 parent 4fa7249 commit 5491c28
Show file tree
Hide file tree
Showing 17 changed files with 50 additions and 862 deletions.
33 changes: 0 additions & 33 deletions .github/config.yml

This file was deleted.

19 changes: 18 additions & 1 deletion .github/workflows/acknowledge-new-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,21 @@ jobs:
Hey @${{ github.event.pull_request.user.login }} :wave:!
Thank you so much for contributing to our repository :raised_hands:.
Someone from SynapseML Team will be reviewing this pull request soon.
We appreciate your patience and contributions :100:!
We use [semantic commit messages](https://www.conventionalcommits.org/en/v1.0.0-beta.2/) to streamline the release process.
Before your pull request can be merged, you should **make sure your first commit and PR title** start with a semantic prefix.
This helps us to create release messages and credit you for your hard work!
Examples of commit messages with semantic prefixes:
- `fix: Fix LightGBM crashes with empty partitions`
- `feat: Make HTTP on Spark back-offs configurable`
- `docs: Update Spark Serving usage`
- `build: Add codecov support`
- `perf: improve LightGBM memory usage`
- `refactor: make python code generation rely on classes`
- `style: Remove nulls from CNTKModel`
- `test: Add test coverage for CNTKModel`
To test your commit locally, please follow our guild on [building from source](https://microsoft.github.io/SynapseML/docs/reference/developer-readme/).
Check out the [developer guide](https://github.com/Microsoft/SynapseML/blob/master/CONTRIBUTING.md) for additional guidance on testing your change.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Label issues
name: Add Triage Label to New Issues
on:
issues:
types:
Expand Down
File renamed without changes.
69 changes: 0 additions & 69 deletions .github/workflows/ci-publish-artifacts.yml

This file was deleted.

58 changes: 0 additions & 58 deletions .github/workflows/ci-publish-docker.yml

This file was deleted.

76 changes: 0 additions & 76 deletions .github/workflows/ci-publish-websiteautodeployment.yml

This file was deleted.

98 changes: 0 additions & 98 deletions .github/workflows/ci-release-sonatype.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/ci-scalastyle.yml

This file was deleted.

Loading

0 comments on commit 5491c28

Please sign in to comment.