fester/.github/funding.yml

65 lines
2.3 KiB
YAML

# .github/funding.yml
# ============================================================
# GitHub Sponsors "Sponsor this project" button configuration.
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository
#
# Each key below corresponds to a sponsored-developer account or platform
# that will appear as a "Sponsor" button on the repo's main page.
#
# Replace the placeholder values with your actual usernames/addresses.
# Comment out or delete any platforms you don't want to use.
# ============================================================
# --- GitHub Sponsors ---
# Your GitHub Sponsors username (the part after github.com/sponsors/)
github: REPLACE_WITH_YOUR_GITHUB_USERNAME
# --- Patreon ---
# Your Patreon username (the part after patreon.com/)
patreon: REPLACE_WITH_YOUR_PATREON_USERNAME
# --- Open Collective ---
# Your Open Collective slug (the part after opencollective.com/)
open_collective: REPLACE_WITH_YOUR_OPENCOLLECTIVE_SLUG
# --- Ko-fi ---
# Your Ko-fi username (the part after ko-fi.com/)
ko_fi: REPLACE_WITH_YOUR_KOFI_USERNAME
# --- Tidelift ---
# Your Tidelift package name (e.g. "npm/foo" or "pypi/bar")
tidelift: REPLACE_WITH_YOUR_TIDELIFT_PACKAGE
# --- CommunityBridge ---
# Your CommunityBridge project name
community_bridge: REPLACE_WITH_YOUR_COMMUNITYBRIDGE_PROJECT
# --- Liberapay ---
# Your Liberapay username (the part after liberapay.com/)
liberapay: REPLACE_WITH_YOUR_LIBERAPAY_USERNAME
# --- IssueHunt ---
# Your IssueHunt username
issuehunt: REPLACE_WITH_YOUR_ISSUEHUNT_USERNAME
# --- LFX Crowdfunding ---
# Your LFX project name
lfx_crowdfunding: REPLACE_WITH_YOUR_LFX_PROJECT
# --- Polar ---
# Your Polar repository (e.g. "owner/repo")
polar: REPLACE_WITH_YOUR_GITHUB_ORG/fester
# --- Custom platforms / direct links ---
# A list of up to 4 custom {label, url} entries that appear as buttons.
# Use these for crypto donation links, your own donate page, etc.
custom:
- label: "Donate"
url: "https://git.dcos.net/dcosnet/fester/src/branch/main/donate.md"
# - label: "Bitcoin"
# url: "https://your-blockchain-explorer/address/YOUR_BTC_ADDRESS"
# - label: "Monero"
# url: "https://your-xmr-explorer/address/YOUR_XMR_ADDRESS"
# - label: "PayPal"
# url: "https://www.paypal.com/paypalme/YOUR_PAYPAL_ME"