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 5b802e1 commit 6887c3cCopy full SHA for 6887c3c
readme_builder.py
@@ -7,7 +7,8 @@
7
"description",
8
"documentation",
9
"quick_start",
10
- "tags"
+ "tags",
11
+ "funding"
12
]
13
14
template_paths = []
templates/README.md
@@ -70,6 +70,7 @@ Every tag in this repository supports these architectures:
70
* {{ platform }}
71
{% endfor %}
72
73
+{{ funding }}
74
75
{{ tags }}
76
templates/funding.md
@@ -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
+[](https://github.com/sponsors/tedivm)
+</center>
0 commit comments