Skip to content

Commit 2e2bfb6

Browse files
committed
📝 docs(GEMINI.md): expand on gitmoji usage
1 parent e956893 commit 2e2bfb6

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

GEMINI.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,14 @@ This is a Google Apps Script project for cleaning old emails in Gmail based on r
1616
2. **Testing**: This project uses [Jest](https://jestjs.io/) for automated testing. Run `npm test` to execute the test suite.
1717
3. **Code Style**: The project is configured with ESLint and Prettier for code quality and consistent formatting. Run `npm run lint` to check for any linting issues. Please adhere to the existing code style.
1818
4. **TypeScript Migration**: The project is a good candidate for migration to TypeScript for improved type safety. If significant changes are made, consider proposing this migration.
19-
5. **Commit Messages**: Use the GitMoji convention for commit messages (e.g., `✨ feat: ...`, `🐛 fix: ...`).
19+
5. **Commit Messages**: Follow the GitMoji convention for commit messages. The format is `emoji type(scope): subject`. For a complete list of emojis and their meanings, refer to the [GitMoji website](https://gitmoji.dev).
20+
- Use lowercase for the subject line (after the colon).
21+
- **CI/Build System (`ci`, `chore`):**
22+
- Use `👷` for adding or updating the CI build system (e.g., GitHub Actions).
23+
- Use `🔧` for configuration file changes.
24+
- Use `🔨` for development script updates.
25+
- Example: `👷 ci: add new workflow`
26+
- Example: `🔧 chore(eslint): update eslint config`
27+
- **Documentation (`docs`):**
28+
- Use `📝` for adding or updating documentation.
29+
- Example: `📝 docs(readme): update installation instructions`

0 commit comments

Comments
 (0)