https://github.com/CommonPaper/Partnership-Agreement
Common Paper standard Partnership Agreement
https://github.com/CommonPaper/Partnership-Agreement
Last synced: 3 months ago
JSON representation
Common Paper standard Partnership Agreement
- Host: GitHub
- URL: https://github.com/CommonPaper/Partnership-Agreement
- Owner: CommonPaper
- Created: 2023-04-17T22:27:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-21T13:43:22.000Z (5 months ago)
- Last Synced: 2025-05-21T14:55:42.112Z (5 months ago)
- Size: 43 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - CommonPaper/Partnership-Agreement - Common Paper standard Partnership Agreement (Others)
README
# Partnership Agreement
## How was this agreement created?
The Common Paper Partnership Agreement was created by a committee of over 40 attorneys representing technology vendors, procurement teams, boutique firms, and Big Law.
## I see this agreement is hosted online. Does that mean it will change?
Version 1 of this agreement will remain unchanged and hosted on [this page forever](https://commonpaper.com/standards/partnership-agreement/1.0). Over time, we will create new versions to accommodate changes to the law and additional use cases. We expect future changes to occur infrequently, and they will always be posted as a new version.
## How do I use this agreement?
To execute a Common Paper Partnership Agreement, first download a copy of the Cover Page in your preferred format. Then fill out the business terms of your agreement, like SOW term and details about deliverables, and the legal terms like the governing law of your contract. Finally, sign your Cover Page with your counterparty via the signing process of your choice. The Cover Page incorporates the Partnership Agreement Standard Terms by reference, completing the executed agreement.
## What license is this agreement released under?
Common Paper agreements are free to use and modify under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).
## How to I run the markdown linter locally?
```console
npm install markdownlint-cli
npx markdownlint "Partnership-Agreement.md" --config="config/lint.json"
```