Skip to content

Commit 35c7439

Browse files
committed
docs: enforce sentence case headings
1 parent 061442c commit 35c7439

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<!-- Explain how this PR resolves the problem. -->
66

77
## AI usage disclosure
8-
<!-- If you used AI beyond simple autocomplete, describe how.
9-
AI-assisted code is not discouraged if it has been properly reviewed;
8+
<!-- If you used AI beyond simple autocomplete, describe how.
9+
AI-assisted code is not discouraged if it has been properly reviewed;
1010
this disclosure is for transparency. -->
1111

1212
## Checklist

.rumdl.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ style = "asterisk" # better than underscore, since it's not considered a word-c
3434
style = "asterisk" # better than underscore, since it's not considered a word-char
3535

3636
[MD060] # auto-format tables
37-
enabled = true # opt-in, since rule still experimental
37+
enabled = true # opt-in, since disabled by default
3838

3939
[MD063] # heading-capitalization
40+
enabled = true # opt-in, since disabled by default
4041
style = "sentence_case"
4142

4243
# ------------------------------------------------------------------------------

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# nvim-tinygit
1+
# Nvim-tinygit
22
<a href="https://dotfyle.com/plugins/chrisgrieser/nvim-tinygit">
33
<img alt="badge" src="https://dotfyle.com/plugins/chrisgrieser/nvim-tinygit/shield?style=flat"/></a>
44

@@ -436,7 +436,7 @@ require("tinygit").stashPop()
436436
## Status line components
437437

438438
<!-- LTeX: enabled=false -->
439-
### git blame
439+
### Git blame
440440
<!-- LTeX: enabled=true -->
441441
Shows the message and date (`git blame`) of the last commit that changed the
442442
current *file* (not line).

0 commit comments

Comments
 (0)