Skip to content

Commit

Permalink
Merge pull request #17 from opensourcepledge/cwlw/newdomain
Browse files Browse the repository at this point in the history
Update domain
  • Loading branch information
chadwhitacre authored Jul 30, 2024
2 parents f2d7e1d + 30599c7 commit a21d53c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
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

0 comments on commit a21d53c

Please sign in to comment.