-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 549197f
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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,41 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<title>OSS Pledge</title> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
</head> | ||
<body> | ||
<div | ||
style=" | ||
text-align: left; | ||
padding: 30vh 20px 10vh; | ||
max-width: 360px; | ||
margin: 0 auto; | ||
font: normal 14pt/150% sans-serif; | ||
" | ||
> | ||
<h1>OSS Pledge</h1> | ||
<p>Open Source is <a href="https://openpath.chadwhitacre.com/2024/open-source-is-a-restaurant/">a restaurant</a>.</p><p> Real companies settle up.</p> | ||
|
||
<h2>How</h2> | ||
<b>Step 1:</b> Give money to Open Source.<br> | ||
<ul> | ||
<li>$1,000/seat/year — good</li> | ||
<li>$2,000/seat/year — better</li> | ||
<li>$3,000/seat/year — best</li> | ||
</ul> | ||
<b>Step 2:</b> Self-report annually: | ||
<ol> | ||
<li>number of GitHub/GitLab seats</li> | ||
<li>payments itemized by project</li> | ||
</ol> | ||
|
||
<hr> | ||
|
||
<p> | ||
Brought to you by <a href="https://sentry.io/welcome/">Sentry</a>. <a href="https://github.com/getsentry/team-ospo/issues/245">Get involved</a>. | ||
</p> | ||
</div> | ||
</body> | ||
t</html> |