You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Removed unused circleci test, replaced badge on README with github workflow
* Add cache step to node modules to speed up CI
* Enable macOS test environments in CI
* Cleaned up PR templates
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ yarn dev # Start development utility. Open localhost:9000 in your browser to acc
39
39
40
40
### PR Commit Title Conventions
41
41
42
-
PR titles should follow [conventional commit standards](https://www.conventionalcommits.org/en/v1.0.0/). A [probot app](https://github.com/zeke/semantic-pull-requests) checks for this when a PR is opened. This helps automate the [release](#release) process.
42
+
PR titles should follow [conventional commit standards](https://www.conventionalcommits.org/en/v1.0.0/). This helps automate the [release](#release) process.
43
43
44
44
#### Commit Types ([related to release conditions](#release))
0 commit comments