mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-19 07:36:52 +00:00
docs: Add concise comments guideline to AGENTS.md (#32553)
This commit is contained in:
@@ -11,6 +11,9 @@ frontend, and extensible node-based workflow engine.
|
||||
## General Guidelines
|
||||
|
||||
- Always use pnpm
|
||||
- When adding comments, keep them concise and to the point - explain the "why"
|
||||
in a line or two; don't be overly verbose. Comments should be scoped and
|
||||
relevant to the surrounding code, not just to the current task
|
||||
- We use Linear as a ticket tracking system
|
||||
- We use Posthog for feature flags
|
||||
- When starting to work on a new ticket – create a new branch from fresh
|
||||
|
||||
Reference in New Issue
Block a user