You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your interest in contributing to this project!
## Reporting Bugs & Requesting Features
We track bugs and feature requests in [Red Hat Jira (COST project)](https://issues.redhat.com/projects/COST/).
When submitting a bug report, please include:
- Steps to reproduce the issue
- Error messages and operator logs
- CR status (`oc get costmanagementmetricsconfig -o yaml`)
- Cluster and operator version
For feature requests, please open an issue to discuss the use case before implementing.
## Contributing Code
All contributions come through pull requests. See [docs/local-development.md](docs/local-development.md) for the full workflow from setup to PR submission.
### Upstream vs Downstream
This repository maintains two branches: **main** (community/upstream) and **downstream** (Red Hat product). Always target **main** unless working on downstream-specific requirements.
### Code Quality
- Format and lint before submitting: `make fmt && make lint`
- All pull requests must include passing tests: `make test`