-
Notifications
You must be signed in to change notification settings - Fork 496
Adds Funding Files and Information for the Project #2037
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jmwright
wants to merge
7
commits into
master
Choose a base branch
from
funding
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+97
−1
Open
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
9031364
Added initial funding manifest
jmwright 02d4c32
Completed more of funding plan sections
jmwright c3e6dde
Merge branch 'master' of github.com:CadQuery/cadquery into funding
jmwright e0d0047
Added GitHub funding yaml file
jmwright c55260a
Changed the email and removed liberapay from donation options
jmwright 01798c0
Added a mention of consulting services
jmwright e5aa086
Forgot to remove Liberapay from funding.json
jmwright File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| open_collective: cadquery | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| https://raw.githubusercontent.com/CadQuery/cadquery/master/funding.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,91 @@ | ||
| { | ||
| "$schema": "https://fundingjson.org/schema/v1.1.0.json", | ||
| "version": "v1.1.0", | ||
| "entity": { | ||
| "type": "group", | ||
| "role": "maintainer", | ||
| "name": "CadQuery", | ||
| "email": "info@cadquery.org", | ||
| "description": "A team of 3 core maintainers responsible for the ongoing development and stewardship of CadQuery and its ecosystem. We are committed to keeping CadQuery free, open, and accessible to the engineering and scientific communities.", | ||
| "webpageUrl": { | ||
| "url": "https://cadquery.org" | ||
| } | ||
| }, | ||
| "projects": [{ | ||
| "guid": "cadquery", | ||
| "name": "CadQuery", | ||
| "description": "CadQuery is an open source Python library for building parametric 3D CAD models using scripts. It is built on the Open CASCADE Technology (OCCT) kernel — the same industrial-grade geometry engine used in professional CAD software — giving it capabilities far beyond simpler tools like OpenSCAD. CadQuery supports high-quality, lossless formats including STEP, DXF, AMF, and 3MF, and integrates with JupyterLab and the CQ-editor GUI for interactive design. It is used across a wide range of fields, from fusion energy research to robotics to tabletop game development. The project is maintained by a small team of 3 core maintainers and relies entirely on community support to sustain ongoing development and maintenance.", | ||
| "webpageUrl": { | ||
| "url": "https://cadquery.org" | ||
| }, | ||
| "repositoryUrl": { | ||
| "url": "https://github.com/CadQuery/cadquery", | ||
| "wellKnown": "https://raw.githubusercontent.com/CadQuery/cadquery/master/.well-known/funding-manifest-urls" | ||
| }, | ||
| "licenses": ["spdx:Apache-2.0"], | ||
| "tags": ["scientific-computing", "programming", "development", "design", "3d-modeling", "cad"] | ||
| }], | ||
| "funding": { | ||
| "channels": [ | ||
| { | ||
| "guid": "opencollective", | ||
| "type": "payment-provider", | ||
| "address": "https://opencollective.com/cadquery", | ||
| "description": "Donate via Open Collective to support CadQuery development. Contributions are fiscally hosted and transparent." | ||
| } | ||
| ], | ||
| "plans": [ | ||
| { | ||
| "guid": "monthly", | ||
| "status": "active", | ||
| "name": "Monthly development support", | ||
| "description": "This helps support ongoing development activities (i.e. $50, $100, $250).", | ||
| "amount": 50, | ||
| "currency": "USD", | ||
| "frequency": "monthly", | ||
| "channels": ["opencollective"] | ||
| }, | ||
| { | ||
| "guid": "developer-time", | ||
| "status": "active", | ||
| "name": "Developer compensation", | ||
| "description": "A meaningful monthly contribution toward CadQuery development costs. Multiple sponsors at this level collectively help fund developer time for features and maintenance.", | ||
| "amount": 1000, | ||
| "currency": "USD", | ||
| "frequency": "monthly", | ||
| "channels": ["opencollective"] | ||
| }, | ||
| { | ||
| "guid": "developer-part-time", | ||
| "status": "active", | ||
| "name": "Developer part time", | ||
| "description": "This will cover the cost of one developer working more consistently part-time on features. Funds might be disbursed among team members depending on what features need to be developed, and what expertise is needed for those features.", | ||
| "amount": 75000, | ||
| "currency": "USD", | ||
| "frequency": "yearly", | ||
| "channels": ["opencollective"] | ||
| }, | ||
| { | ||
| "guid": "developer-full-time", | ||
| "status": "active", | ||
| "name": "Developer full time", | ||
| "description": "This will cover the cost of one developer working full-time on features. Funds might be disbursed among team members depending on what features need to be developed, and what expertise is needed for those features.", | ||
| "amount": 100000, | ||
| "currency": "USD", | ||
| "frequency": "yearly", | ||
| "channels": ["opencollective"] | ||
| }, | ||
| { | ||
| "guid": "angel-plan", | ||
| "status": "active", | ||
| "name": "Goodwill plan", | ||
| "description": "Pay anything you wish to show your goodwill for the project.", | ||
| "amount": 0, | ||
| "currency": "USD", | ||
| "frequency": "one-time", | ||
| "channels": ["opencollective"] | ||
| } | ||
| ] | ||
| } | ||
| } | ||
|
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.