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 af2ec7a commit 282f620Copy full SHA for 282f620
.gitignore
@@ -21,3 +21,6 @@ Thumbs.db
21
# Temporary files
22
*~
23
__pycache__/
24
+
25
+# Generated
26
+site/
docs/overrides/home.html
@@ -2,13 +2,9 @@
2
3
{% block hero %}
4
<div class="hero">
5
- <h1 id="cc-linting-that-simply-works">Commit Check that simply works</h1>
+ <h1 id="cc-linting-that-just-works">Commit Check</h1>
6
<p>
7
- Streamline your workflow with automated validation for commits, branches, and beyond.</strong>
8
- <br>
9
10
- Automated • Configurable • Reliable
11
+ Automate commit and branch validation — simple, consistent, and configurable.
12
</p>
13
14
<a class="md-button md-button--primary" href="getting-started/">
0 commit comments