Contributing to Pulse
May 13, 2026 ยท View on GitHub
Thanks for your interest in contributing. This is how it works.
Getting started
- Fork the repository.
- Create a feature branch from
main. - Implement your changes with clear, focused commits.
- Run tests locally before opening a pull request.
- 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.