Thanks for contributing to OpenMarkdown.
npm install
cargo check
npm run devDesktop app:
npm run tauri:dev- Feature branches:
feature/<topic> - Fix branches:
fix/<topic> - Release branches:
release/<version>
- Keep PRs focused.
- Include test/verification notes.
- Update docs for any user-facing behavior change.
- For performance-sensitive changes, include before/after numbers when possible.
Use:
feat: ...fix: ...perf: ...docs: ...chore: ...
- Rust:
cargo check - Frontend:
npm run build
If you discover a security issue, follow SECURITY.md.