-
-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(third-party-commitizen): add commitizen-deno-provider #1259
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1259 +/- ##
==========================================
+ Coverage 97.33% 97.66% +0.33%
==========================================
Files 42 55 +13
Lines 2104 2575 +471
==========================================
+ Hits 2048 2515 +467
- Misses 56 60 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
- Create a top level heading for provider to mirror the template heading - Uniformize the installation/usage sub-heading for each template/provider - Uniformize the code-block syntax highlighting
I have updated as requested my section 00d5ab8
I can revert the last commit if the change is an issue, one thing I didn't know how to do with mkdocs is to limit the TOC to level 3, as it is a bit to busy right now |
Thanks sooo much! You have already done so many great things! |
Description
Add a new third party commitizen: a Deno provider.
Checklist
./scripts/format
and./scripts/test
locally to ensure this change passes linter check and testAdditional context
Related to #1257