# Support
## Questions and bugs
dynoxide uses GitHub Issues. Open a [bug report](https://github.com/nubo-db/dynoxide/issues/new?template=bug_report.yml) if something does not behave like AWS DynamoDB, or a [feature request](https://github.com/nubo-db/dynoxide/issues/new?template=feature_request.yml) to suggest a capability or compatibility improvement. For a substantial change to the wire contract, storage, auth, on-disk format, or CLI, see the [RFC process](docs/rfcs/README.md) first.
GitHub Discussions are not enabled, so questions go in Issues.
## Security
Do not open a public issue for a security vulnerability. Report it privately through [GitHub's security advisories](https://github.com/nubo-db/dynoxide/security/advisories/new). See [SECURITY.md](SECURITY.md) for the threat model and response times.
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md) for setup, the compatibility principle, and when a change needs an RFC.