Skip to content
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

Update domain #17

Merged
merged 1 commit into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 14 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,31 @@ _Brought to you by [Sentry](https://sentry.io/welcome/) and contributors._
Open Source [is a
restaurant](https://openpath.chadwhitacre.com/2024/open-source-is-a-restaurant/).
Our companies feast at the table year after year. [Let's settle
up](https://osspledge.com/).
up](https://opensourcepledge.com/).

## Timeline

- **September 1**—website launch 👉 **[osspledge.com](https://osspledge.com/)**
- **September 1**—website launch 👉
**[opensourcepledge.com](https://opensourcepledge.com/)**
- **September 15**—member onboarding deadline to participate in a ...
- **October 7–November 3**—major outdoor advertising campaign

## Onboarding

To help us build [Open Source Pledge](https://osspledge.com/), please [dive
into our issues](https://github.com/osspledge/osspledge.com/issues) or reach
out to the working group leads listed below either in issues or [on
To help us build [Open Source Pledge](https://opensourcepledge.com/), please
[dive into our
issues](https://github.com/opensourcepledge/opensourcepledge.com/issues) or
reach out to the working group leads listed below either in issues or [on
Discord](https://discord.gg/v8vuSwky).

### Members

The Pledge is [under active
development](https://github.com/osspledge/osspledge.com/issues/4). We aim to
publish a website by September 1, with instructions on how your company can
publish your Pledge report with us. In the mean time, **pay Open Source
maintainers**. The minimum to participate in the Pledge is $2,000 per year per
full-time developer on staff.
development](https://github.com/opensourcepledge/opensourcepledge.com/issues/4).
We aim to publish a website by September 1, with instructions on how your
company can publish your Pledge report with us. In the mean time, **pay Open
Source maintainers**. The minimum to participate in the Pledge is $2,000 per
year per full-time developer on staff.

### Maintainers

Expand All @@ -50,7 +52,8 @@ platforms to receive funding from Open Source Pledge Members:

## Governance and Structure

We have four working groups and a steering committee comprised of working group leads.
We have four working groups and a steering committee comprised of working group
leads.

| Working Group | Lead |
| ------------------- | -------------------------------------------------------- |
Expand Down
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import sentry from "@sentry/astro";

// https://astro.build/config
export default defineConfig({
site: "https://osspledge.com",
site: "https://opensourcepledge.com",
integrations: [tailwind(), sentry()],
});
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const { title } = Astro.props;
<title>{title}</title>
<script
defer
data-domain="osspledge.com"
data-domain="opensourcepledge.com"
src="https://plausible.io/js/script.js"></script>
</head>
<body>
Expand Down