From 4da38e7f012e824224fbd8c79fe82a5461a30135 Mon Sep 17 00:00:00 2001 From: Thibault Sottiaux Date: Wed, 16 Apr 2025 21:01:03 -0700 Subject: [PATCH] (fix) move funding section before contrib section (#184) Signed-off-by: Thibault Sottiaux --- README.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 7f9d0245..27e58056 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@ - [Experimental Technology Disclaimer](#experimental-technology-disclaimer) - [Quickstart](#quickstart) - [Why Codex?](#whycodex) -- [Funding Opportunity](#funding-opportunity) - [Security Model \& Permissions](#securitymodelpermissions) - [Platform sandboxing details](#platform-sandboxing-details) - [System Requirements](#systemrequirements) @@ -24,6 +23,7 @@ - [Installation](#installation) - [Configuration](#configuration) - [FAQ](#faq) +- [Funding Opportunity](#funding-opportunity) - [Contributing](#contributing) - [Development workflow](#development-workflow) - [Writing high‑impact code changes](#writing-highimpact-code-changes) @@ -105,16 +105,6 @@ And it's **fully open-source** so you can see and contribute to how it develops! --- -## Funding Opportunity -We’re excited to launch a **$1 million initiative** supporting open source projects that use Codex CLI and other OpenAI models. - -* Grants are awarded in **$25,000** API credit increments. -* Applications are reviewed **on a rolling basis**. - -**Interested? [Apply here](https://openai.com/form/codex-open-source-fund/).** - ---- - ## Security Model & Permissions Codex lets you decide _how much autonomy_ the agent receives and auto-approval policy via the @@ -317,6 +307,17 @@ Any model available with [Responses API](https://platform.openai.com/docs/api-re --- +## Funding Opportunity + +We’re excited to launch a **$1 million initiative** supporting open source projects that use Codex CLI and other OpenAI models. + +- Grants are awarded in **$25,000** API credit increments. +- Applications are reviewed **on a rolling basis**. + +**Interested? [Apply here](https://openai.com/form/codex-open-source-fund/).** + +--- + ## Contributing This project is under active development and the code will likely change pretty significantly. We'll update this message once that's complete!