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 640a997 commit 22df5c5Copy full SHA for 22df5c5
README.md
@@ -110,7 +110,7 @@ In test.yml do the following:
110
111
```bash
112
bun i
113
-bun cm
+bun cz
114
```
115
116
for the commit type select: ` init 🎉 Initial commit. `
@@ -126,3 +126,15 @@ git push --set-upstream origin main
126
127
128
Open up issue #1 on your `https://github.com/{username}/{your_empty_repo_name}/issues` and complete all the tasks.
129
+
130
+After the initial commiyt in .husky/pre-commit uncomment out the two lines
131
+```bash
132
+# npx validate-branch-name
133
+# bun run depcheck:ci
134
+```
135
+to
136
137
138
+npx validate-branch-name
139
+bun run depcheck:ci
140
0 commit comments