From 3de4d3a67dde8dfc5a9635f59515181a4d53a0aa Mon Sep 17 00:00:00 2001 From: Eric Traut Date: Tue, 20 Jan 2026 16:05:24 -0800 Subject: [PATCH] Added contributor guidelines --- CONTRIBUTING.md | 8 ++++++++ README.md | 4 ++++ 2 files changed, 12 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..cac43628 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,8 @@ +# Contributing + +Thanks for your interest in contributing! We accept pull requests. + +## Bugs and feature requests + +Please file all bug reports and feature requests in the +[openai/codex issue tracker](https://github.com/openai/codex/issues). diff --git a/README.md b/README.md index a0bf8634..23acfd5e 100644 --- a/README.md +++ b/README.md @@ -67,3 +67,7 @@ In addition to the packages specified in the table above, the following packages - `elixir`: 1.18.3 See [Dockerfile](Dockerfile) for the full details of installed packages. + +## Contributing + +See [CONTRIBUTING.md](CONTRIBUTING.md).