File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,24 @@ were created fresh each time. Moved to module scope for stable references.
9898Verify with React DevTools Profiler - MarkdownCore should only re-render when content changes.
9999```
100100
101+ ### PR Title Structure
102+
103+ Use these prefixes based on what best describes the PR:
104+
105+ - ** perf:** (improvement to performance, no functionality changes)
106+ - ** refactor:** (improvement to codebase, no behavior changes)
107+ - ** fix:** (conforming behavior to user expectations)
108+ - ** feat:** (net new functionality)
109+ - ** ci:** (concerned with build process or CI)
110+
111+ Examples:
112+ - ` 🤖 perf: cache markdown plugin arrays to avoid re-parsing `
113+ - ` 🤖 refactor: extract IPC handlers to separate module `
114+ - ` 🤖 fix: handle workspace rename edge cases `
115+ - ` 🤖 feat: add keyboard shortcuts for workspace navigation `
116+ - ` 🤖 ci: update wait_pr_checks script timeout `
117+
118+
101119## Project Structure
102120
103121- ` src/main.ts ` - Main Electron process
You can’t perform that action at this time.
0 commit comments