Skip to content

Commit 6887c3c

Browse files
committed
add sponsorship
1 parent 5b802e1 commit 6887c3c

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

readme_builder.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"description",
88
"documentation",
99
"quick_start",
10-
"tags"
10+
"tags",
11+
"funding"
1112
]
1213

1314
template_paths = []

templates/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ Every tag in this repository supports these architectures:
7070
* {{ platform }}
7171
{% endfor %}
7272

73+
{{ funding }}
7374

7475
{{ tags }}
7576

templates/funding.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## Sponsorship
2+
3+
If you get use out of these containers please consider sponsoring me using Github!
4+
<center>
5+
6+
[![Github Sponsorship](https://raw.githubusercontent.com/mechPenSketch/mechPenSketch/master/img/github_sponsor_btn.svg)](https://github.com/sponsors/tedivm)
7+
8+
</center>

0 commit comments

Comments
 (0)