-
Notifications
You must be signed in to change notification settings - Fork 227
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Remove reference to circle ci, subpackages
Showing
1 changed file
with
4 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,13 @@ | ||
<!-- | ||
Note: Windows jobs on CircleCI will sometimes fail to exit (a bug in their containers), if this happens simply re-run the job or workflow. | ||
When creating a PR, be sure to prepend the PR title with the Conventional Commit type (`feat`, `fix`, or `chore`) and the package name. | ||
When creating a PR, be sure to prepend the PR title with the Conventional Commit type (`feat`, `fix`, or `chore`). | ||
Examples: | ||
`feat(spaces): add growl notification to spaces:wait` | ||
`fix(apps-v5): handle special characters in app names` | ||
`chore(ci): refactor tests` | ||
`feat: add growl notification to spaces:wait` | ||
`chore(autocomplete): update typings` | ||
`fix: handle special characters in app names` | ||
`chore(cli): edit README` | ||
`chore: refactor tests` | ||
Learn more about [Conventional Commits](https://www.conventionalcommits.org/). | ||
--> |