You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a good idea to separate detailed funding proposals from the general FUNDING.yml file to keep things organized. A common practice in many open-source projects is to use a FUNDING.yml file for general funding links and a separate PROPOSAL.md (or similar) for detailed funding proposals.
While there are no strict standards for funding proposals, you can create a well-structured PROPOSAL.md file to include detailed information on what the funding will be used for, along with specific financial needs. Here’s how you could approach this:
# Funding Proposal## Introduction
We are seeking funding to support the development and maintenance of [Project Name]. Below are the detailed funding requirements and their respective allocations.
## Funding Requirements-**Developer**: $150,000
- Responsible for developing new features and maintaining existing codebase.
-**Marketer**: $120,000
- Focused on increasing the project's visibility and user engagement.
-**Designer**: $80,000
- Tasked with creating a user-friendly interface and improving UX/UI.
## Use of Funds
The funds will be used to:
- Hire full-time developers and contributors.
- Market the project to reach a wider audience.
- Enhance the project's design and user experience.
- Cover operational costs such as hosting and tools.
## Expected Outcomes
With the funding, we aim to:
- Accelerate the development of new features.
- Increase user adoption and community involvement.
- Improve the overall quality and user experience of the project.
Updated Python Script:
The script can be modified to look for and parse PROPOSAL.md files to extract detailed funding information.
It's a good idea to separate detailed funding proposals from the general
FUNDING.yml
file to keep things organized. A common practice in many open-source projects is to use aFUNDING.yml
file for general funding links and a separatePROPOSAL.md
(or similar) for detailed funding proposals.While there are no strict standards for funding proposals, you can create a well-structured
PROPOSAL.md
file to include detailed information on what the funding will be used for, along with specific financial needs. Here’s how you could approach this:Example
FUNDING.yml
:Example
PROPOSAL.md
:Updated Python Script:
The script can be modified to look for and parse
PROPOSAL.md
files to extract detailed funding information.Key Changes:
Separate
PROPOSAL.md
:PROPOSAL.md
file to contain detailed funding proposals.Check for
PROPOSAL.md
:check_file
function to check for the existence of both.github/FUNDING.yml
andPROPOSAL.md
.Parse
PROPOSAL.md
:The text was updated successfully, but these errors were encountered: