Skip to content

Commit 2d00ab4

Browse files
committed
chore: add sponsorship.md
1 parent 7a60f56 commit 2d00ab4

File tree

4 files changed

+46
-14
lines changed

4 files changed

+46
-14
lines changed

β€Ž.markdownlintrcβ€Ž

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,5 @@
1111
"code-block-style": {
1212
"style": "fenced"
1313
},
14-
"MD033": {
15-
"allowed_elements": [
16-
"details",
17-
"summary"
18-
]
19-
}
14+
"MD033": false
2015
}

β€Ž.pre-commit-config.yamlβ€Ž

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,24 @@ repos:
1717
rev: v0.19.1
1818
hooks:
1919
- id: gitlint
20-
args: [--contrib=contrib-title-conventional-commits, --ignore=body-is-missing, --msg-filename]
20+
args:
21+
[
22+
--contrib=contrib-title-conventional-commits,
23+
--ignore=body-is-missing,
24+
--msg-filename,
25+
]
2126

2227
- repo: https://github.com/igorshubovych/markdownlint-cli
2328
rev: v0.45.0
2429
hooks:
2530
- id: markdownlint
2631
exclude: |
27-
(?x)^(
28-
.github/PULL_REQUEST_TEMPLATE.md|
29-
profile/README.md
30-
)$
32+
(?x)^(
33+
.github/PULL_REQUEST_TEMPLATE.md|
34+
profile/README.md
35+
)$
36+
37+
- repo: https://github.com/devops-roast/readme-weaver
38+
rev: v0.1.1
39+
hooks:
40+
- id: readme-weaver

β€ŽREADME.mdβ€Ž

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# .github
22

3-
_Default [community health
4-
files](https://help.github.com/en/github/building-a-strong-community/creating-a-default-community-health-file)
5-
for all devops-roast's open-source projects_.
3+
_Default [community health files](https://help.github.com/en/github/building-a-strong-community/creating-a-default-community-health-file) for all devops-roast's open-source projects_.
4+
5+
<!-- md:include start path="common-markdown/sponsorship.md" required=true -->
6+
<!-- content below is auto-generated; do not edit -->
7+
## Sponsorship
8+
9+
<div align="center">
10+
11+
If you find this project helpful and would like to support its development,
12+
consider buying me a coffee via PayPal:
13+
14+
πŸ‘‰ β€Ž <a href="https://www.paypal.me/shmileee"><b><code>paypal.me/shmileee</code></b></a>
15+
16+
Your support is greatly appreciated! πŸ’™πŸ’›
17+
18+
</div>
19+
20+
<!-- md:include end -->
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## Sponsorship
2+
3+
<div align="center">
4+
5+
If you find this project helpful and would like to support its development,
6+
consider buying me a coffee via PayPal:
7+
8+
πŸ‘‰ β€Ž <a href="https://www.paypal.me/shmileee"><b><code>paypal.me/shmileee</code></b></a>
9+
10+
Your support is greatly appreciated! πŸ’™πŸ’›
11+
12+
</div>

0 commit comments

Comments
Β (0)