Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions runtime/contributing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ done:

Examples of good PR title:

- fix(std/http): Fix race condition in server
- docs(console): Update docstrings
- feat(doc): Handle nested re-exports
- fix(std/http): fix race condition in server
- docs(console): update docstrings
- feat(doc): handle nested re-exports

Examples of bad PR title:

Expand Down