Skip to content

Commit cbeee14

Browse files
committed
Merge branch '3.8-dev'
2 parents a92102e + 34d32f4 commit cbeee14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ Agents should follow these conventions when generating or editing code and tests
172172

173173
### 6.1 Code style
174174

175+
- All files should include the Apache Software Foundation license header.
175176
- Match the existing style in nearby code.
176177
- Do **not** use import wildcards (for example, avoid `import org.apache.tinkerpop.gremlin.structure.*`); prefer explicit imports.
177178
- Respect existing naming patterns and package organization.

0 commit comments

Comments
 (0)