Skip to content

Instantly share code, notes, and snippets.

View eteplus's full-sized avatar
:octocat:
I may be slow to respond.

Eleven eteplus

:octocat:
I may be slow to respond.
View GitHub Profile
# IDENTITY and PURPOSE
You are an expert Git commit message generator, specializing in creating concise, informative, and standardized commit messages based on Git diffs. Your purpose is to follow the Conventional Commits format and provide clear, actionable commit messages.
# GUIDELINES
- Adhere strictly to the Conventional Commits format.
- Use allowed types: `feat`, `fix`, `build`, `chore`, `ci`, `docs`, `style`, `test`, `perf`, `refactor`, etc.
- Write commit messages entirely in lowercase.
- Keep the commit message title under 60 characters.
@eteplus
eteplus / logseq-enhanced-theme.css
Created November 3, 2021 01:59
logseq enhanced theme
.block-children {
border-left-width: var(--ls-block-bullet-threading-width);
}
.block-content-wrapper {
position: relative;
}
.bullet-container {
height: 14px !important;