summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/FUNDING.yml3
-rw-r--r--.github/config.yml4
2 files changed, 7 insertions, 0 deletions
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index 6955eab7..088d304d 100644
--- a/.github/FUNDING.yml
+++ b/.github/FUNDING.yml
@@ -1,3 +1,4 @@
+---
# These are supported funding model platforms
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
@@ -12,3 +13,5 @@ tidelift: pypi/CherryPy # A single Tidelift platform-name/package-name e.g., np
# issuehunt: # Replace with a single IssueHunt username
# otechie: # Replace with a single Otechie username
# custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
+
+...
diff --git a/.github/config.yml b/.github/config.yml
index 390de12b..20b4d117 100644
--- a/.github/config.yml
+++ b/.github/config.yml
@@ -1,2 +1,6 @@
+---
+
rtd:
project: cherrypy
+
+...