We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6febee commit 30df3f6Copy full SHA for 30df3f6
1 file changed
AGENTS.md
@@ -74,6 +74,12 @@ When reviewing PRs:
74
- Use `*[Symbol.iterator]` pattern for reusable stream operations (see Stateless Streams policy)
75
- Avoid `sleep()` for test synchronization (see No-Sleep Test Sync policy)
76
77
+## Commit and PR conventions
78
+
79
+Use [gitmoji](https://gitmoji.dev) for commit and pull request subjects. For
80
+changes to files that direct the behavior of AI such as AGENTS.md or llms.txt
81
+use a robot emoji instead of the standard gitmoji for documentation
82
83
## Package Structure
84
85
Each package requires:
0 commit comments