docs: README

This commit is contained in:
Dax Raad 2025-07-14 20:10:43 -04:00
parent 93686519ba
commit e63a6d45c1

View file

@ -38,7 +38,21 @@ For more info on how to configure opencode [**head over to our docs**](https://o
### Contributing
For any new features we'd appreciate it if you could open an issue first to discuss what you'd like to implement. We're pretty responsive there and it'll save you from working on something that we don't end up using. No need to do this for simpler fixes.
WE DO NOT ACCEPT PRs FOR CORE FEATURES
opencode is an opinionated tool so any fundamental feature needs to go through a
design process with the core team.
However we still merge a ton of PRs - you can contribute:
- bug fixes
- improvements to LLM performance
- support for new providers
- fixes for env specific quirks
- missing standard behavior
- documentation
Take a look at the git history to see what kind of PRs we end up merging.
> **Note**: If you do not follow the above guidelines we might close your PR
> that you worked really hard on.