Skip to content

Create FUNDING.yml - #1

Open
canstralian wants to merge 1 commit into
mainfrom
canstralian-patch-1
Open

canstralian wants to merge 1 commit into
mainfrom
canstralian-patch-1

Conversation

@canstralian

@canstralian canstralian commented May 9, 2025 •

Copy link
Copy Markdown
Owner

This pull request adds a new .github/FUNDING.yml file to specify supported funding platforms and associated usernames for sponsorship opportunities.

Funding configuration:

  • .github/FUNDING.yml: Introduced a funding configuration file with entries for platforms like GitHub, Patreon, Ko-fi, and Buy Me a Coffee. Some placeholders are included for other platforms, allowing customization with specific usernames or URLs.

Summary by Sourcery

Add GitHub FUNDING.yml to support project sponsorship platforms

New Features:

  • Created a funding configuration file to enable sponsorship opportunities

Documentation:

  • Added .github/FUNDING.yml with supported funding platforms

Signed-off-by: WhacktheJacker <8595080+canstralian@users.noreply.github.com>
@canstralian
canstralian requested a review from Copilot May 9, 2025 06:43
@canstralian canstralian self-assigned this May 9, 2025
@sourcery-ai

sourcery-ai Bot commented May 9, 2025 •

Copy link
Copy Markdown

Reviewer's Guide

A new .github/FUNDING.yml file was created and populated with key-value pairs, where keys represent funding platforms (e.g., github, patreon, buy_me_a_coffee) and values are the corresponding usernames. Commented lines serve as placeholders for additional platforms.

File-Level Changes

Change Details Files
Added a new funding configuration file defining sponsorship options.
  • Created the new funding configuration file.
  • Populated with active entries for GitHub, Patreon, and Buy Me a Coffee.
  • Included commented placeholders for additional funding platforms.
.github/FUNDING.yml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request adds a new FUNDING.yml configuration file to define supported funding platforms and associated usernames for sponsorship opportunities.

  • Adds FUNDING.yml with configuration entries for GitHub, Patreon, Buy Me a Coffee, and several other platforms.
  • Provides placeholder comments for platforms that need customization.

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @canstralian - I've reviewed your changes - here's some feedback:

  • Consider removing placeholder entries for funding platforms not currently in use to keep the FUNDING.yml concise and focused on active sponsorship options.
Here's what I looked at during the review
  • 🟢 General issues: all looks good
  • 🟢 Security: all looks good
  • 🟢 Testing: all looks good
  • 🟢 Complexity: all looks good
  • 🟢 Documentation: all looks good

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@hoji-ai hoji-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Summary

  • Added a .github/FUNDING.yml file to configure funding options.
  • Defined GitHub sponsor username as 'canstralian'.
  • Defined Patreon username as 'canstralian'.
  • Added placeholders for other funding platforms like Open Collective, Ko-fi, Tidelift, and more.

Review

The funding configuration file (.github/FUNDING.yml) is introduced, including placeholders for multiple funding platforms. Important funding platforms like GitHub sponsors and Patreon are filled, while others remain as placeholders and need updating or removal if unused.

Comment thread .github/FUNDING.yml
Comment thread .github/FUNDING.yml

github: canstralian
patreon: canstralian
open_collective: # Replace with a single Open Collective username

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A placeholder for the Ko-fi username has been left here. It should be replaced with the intended username or removed if not in use.

Comment thread .github/FUNDING.yml
github: canstralian
patreon: canstralian
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ensure that the Tidelift information is updated correctly. This placeholder needs to be replaced to reflect the actual supported package.

Comment thread .github/FUNDING.yml
patreon: canstralian
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Community Bridge project name is currently a placeholder. Update it with the correct project name or remove this entry if it's not applicable.

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cp fix

Comment thread .github/FUNDING.yml
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Liberapay username is set as a placeholder. Replace this with the appropriate username to enable funding through Liberapay.

Comment thread .github/FUNDING.yml
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The IssueHunt username is currently empty. Update it with the intended username to allow funding or remove it if not in use.

Comment thread .github/FUNDING.yml
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ensure that the LFX Crowdfunding project name is replaced with correct details or remove this placeholder if it's not required.

Comment thread .github/FUNDING.yml
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Polar username should be updated from the placeholder to the correct username for proper integration.

Comment thread .github/FUNDING.yml
issuehunt: # Replace with a single IssueHunt username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
polar: # Replace with a single Polar username
buy_me_a_coffee: sadejager

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replace the placeholder for 'thanks_dev' with the actual username or remove it if not planning to use this funding platform.

Comment thread .github/FUNDING.yml
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
polar: # Replace with a single Polar username
buy_me_a_coffee: sadejager
thanks_dev: # Replace with a single thanks.dev username

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The 'custom' field allows for up to 4 URLs. If custom sponsorships are in use, replace placeholders with the correct URLs; otherwise, this field may be unnecessary.

@hoji-ai hoji-ai Bot added the hoji:reviewed label May 9, 2025
@qodo-code-review

Copy link
Copy Markdown

Qodo Merge was enabled for this repository, but no eligible user found. Please link your Git account with your Qodo account here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants