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
@@ -176,6 +177,7 @@ This is recommended for most users of `create-typescript-app` to start with.
176
177
177
178
-[Contributors](#contributors)
178
179
-[Lint Knip](#lint-knip)
180
+
-[OctoGuide](#octoguide)
179
181
-[Releases](#releases)
180
182
-[Renovate](#renovate)
181
183
-[Testing](#testing)
@@ -195,6 +197,11 @@ Running Knip:
195
197
pnpm run lint:knip
196
198
```
197
199
200
+
### OctoGuide
201
+
202
+
[**OctoGuide**](https://octo.guide): checks that contributor activity on your GitHub repository aligns with common expectations of smoothly-running projects.
203
+
It will automatically post friendly comments when contributors take actions you don’t want them to.
204
+
198
205
### Releases
199
206
200
207
[**release-it**](https://github.com/release-it/release-it): Generates changelogs, bumps the package version, and publishes to GitHub and npm based on [conventional commits](https://www.conventionalcommits.org).
@@ -235,7 +242,6 @@ pnpm run test run --coverage
235
242
This level is for developers who are eager to get the maximum tooling benefits in a repository.
236
243
Using the _"everything"_ level will gain you comprehensive, strict coverage of all sorts of repository issues, including auto-sorting of properties and strict ESLint configs.
237
244
238
-
-[Compliance](#compliance)
239
245
-[Lint ESLint](#lint-eslint)
240
246
-[Lint JSDoc](#lint-jsdoc)
241
247
-[Lint JSON](#lint-json)
@@ -248,10 +254,7 @@ Using the _"everything"_ level will gain you comprehensive, strict coverage of a
248
254
-[Lint Strict](#lint-strict)
249
255
-[Lint Stylistic](#lint-stylistic)
250
256
-[Lint YML](#lint-yml)
251
-
252
-
### Compliance
253
-
254
-
[**PR Compliance Action**](https://github.com/mtfoley/pr-compliance-action): Checks PRs for compliance such as addressing a linked issue and proper title formatting.
0 commit comments