We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8091917 commit 65e7bc1Copy full SHA for 65e7bc1
1 file changed
‎AGENTS.md‎
@@ -372,6 +372,12 @@ for (const item of yield * each(stream(asyncIterable))) {
372
- After resolve/reject, yielding the `operation` always produces the same
373
outcome; calling resolve/reject again has no effect.
374
375
+## Commit and PR conventions
376
+
377
+Use [gitmoji](https://gitmoji.dev) for commit and pull request subjects. For
378
+changes to files that direct the behavior of AI such as AGENTS.md or llms.txt
379
+use a robot emoji instead of the standard gitmoji for documentation
380
381
## Pre-commit workflow
382
383
Before committing any changes to this repository:
0 commit comments