Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 890 Bytes

File metadata and controls

27 lines (20 loc) · 890 Bytes

Contributing to rsi-divergence-detector

Thanks for considering a contribution. Keep it simple and helpful.

Ground rules

  • Search existing issues/PRs before filing a new one.
  • Small, focused PRs are easier to review and merge.
  • Be respectful. See our CODE_OF_CONDUCT.md.

How to contribute

  1. Fork the repo and create a branch: git checkout -b feat/<short-name>.
  2. Code and add tests. Keep changes narrow; explain tradeoffs.
  3. Run tests
  4. Commit with a descriptive message.
  5. Open a PR describing what changed and why. Add screenshots/benchmarks if relevant.

Issues

  • Use the issue template.
  • Repro or it didn't happen: include versions, OS, logs, minimal code sample.

Reviews

  • We prioritize clarity and rollback safety.
  • If your PR grows > ~300 lines, split it.

Release notes

  • Add a brief entry to CHANGELOG.md under "Unreleased".