jalad25_contact-note/.github/PULL_REQUEST_TEMPLATE.md
2026-05-09 03:23:33 -05:00

1.6 KiB

Summary

Closes #

Type of change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that changes existing behavior)
  • Documentation
  • Refactor (no functional change)

Changes

Screenshots / recordings

Checklist

  • I have read the contributing guidelines.
  • npm run lint passes.
  • npm run build passes with no TypeScript errors.
  • I have tested these changes in a local Obsidian vault.
  • I have tested in both the sidebar contacts view and a contacts base view (.base file), if the change touches shared rendering or contact data.
  • I have tested the affected UI in both light and dark mode (if any styles or DOM structure were touched).
  • I have tested these changes on both the Obsidian desktop application and the Obsidian mobile app (if relevant).
  • I have updated documentation (README, CONTRIBUTING, or DEVELOPMENT) where applicable.