Contributing to Pulse

May 13, 2026 ยท View on GitHub

Thanks for your interest in contributing. This is how it works.

Getting started

  1. Fork the repository.
  2. Create a feature branch from main.
  3. Implement your changes with clear, focused commits.
  4. Run tests locally before opening a pull request.
  5. Open a pull request with context about the change and screenshots for UI updates.

Development notes

  • Keep changes focused and avoid unrelated refactors.
  • Follow existing Swift/SwiftUI patterns in the codebase.
  • Updating or adding tests for behavior changes is recommended.

Pull request checklist

  • Code builds successfully.
  • Relevant tests pass.
  • User-facing text and docs are updated when needed.
  • No secrets, keys, or credentials are included.

Code of conduct

By participating in this project, you agree to follow the Code of Conduct.