Update Gemini.md to use the curent year on creating new files (#18460)

This commit is contained in:
Sehoon Shon
2026-02-10 14:06:17 -05:00
committed by GitHub
parent 55571de066
commit 9813531f81
2 changed files with 6 additions and 2 deletions

View File

@@ -67,6 +67,9 @@ powerful tool for developers.
and `packages/core` (Backend logic).
- **Imports:** Use specific imports and avoid restricted relative imports
between packages (enforced by ESLint).
- **License Headers:** For all new source code files (`.ts`, `.tsx`, `.js`),
include the Apache-2.0 license header with the current year. (e.g.,
`Copyright 2026 Google LLC`). This is enforced by ESLint.
## Testing Conventions