Skip to content

Commit 3f3263e

Browse files
committed
Improve style guide
1 parent c5cc412 commit 3f3263e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.changeset/extra-query-avoid.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
hive-router-query-planner: patch
3+
router: patch
4+
node-addon: patch
35
---
46

57
# Avoid extra `query` prefix for anonymous queries

.gemini/styleguide.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,6 @@ async fn handle(user: &User, req: &Request) -> Result<Response> {
8686
We are using `knope` with changesets for declaring changes. If you detect a new file in a PR under `.changeset/` directory, please confirm the following rules:
8787

8888
- Every new `changesets` file that touches `query-planner` must have a `router` changeset - either in the same changeset or a separate changeset.
89+
- Every new `changesets` file that touches `query-planner` must have a `node-addon` changeset - either in the same changeset or a separate changeset.
8990
- Every new `changesets` file that touches `executor` must have a `query-planner` changeset - either in the same changeset or a separate changeset.
9091
- If a PR touches `config` crate and adds/changes to the `HiveRouterConfig` struct, it must have a `router` changeset that contains a YAML example on how the configuration needs to be used.

0 commit comments

Comments
 (0)