You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3.**GitHub Issues for TODOs** - Use `gh` CLI to manage issues, no local TODO files. Use conventional commit format for issue titles
13
+
3.**GitHub Issues for TODOs** - Use `gh` CLI to manage issues, no local TODO
14
+
files. Use conventional commit format for issue titles
12
15
4.**Pull Request titles** - Use conventional commit format (same as commits)
13
-
5.**Branch naming** - Use format: `type/scope/short-description` (e.g., `feat/action/new-input`)
16
+
5.**Branch naming** - Use format: `type/scope/short-description` (e.g.,
17
+
`feat/action/new-input`)
14
18
6.**Working an issue** - Always create a new branch from an updated main branch
15
-
7.**Check branch status before pushing** - Verify the remote tracking branch still exists. If a PR was merged/deleted, create a new branch from main instead
16
-
8.**No co-authors** - Do not add co-author information on commits or pull requests
17
-
9.**No "generated by" statements** - Do not add generated-by statements on pull requests
19
+
7.**Check branch status before pushing** - Verify the remote tracking branch
20
+
still exists. If a PR was merged/deleted, create a new branch from main
21
+
instead
22
+
8.**No co-authors** - Do not add co-author information on commits or pull
23
+
requests
24
+
9.**No "generated by" statements** - Do not add generated-by statements on pull
0 commit comments