Files
dockview/.github/pull_request_template.md
mathuo 3e049f1613 chore: add PR template and update issue templates
Add a pull request template with monorepo-aware checklist (affected
packages, gen check, lint, format, tests). Update bug report to ask for
dockview version, framework, and browser up front. Update feature request
to include framework field and API sketch section.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-11 22:22:04 +01:00

801 B

Description

Type of change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation
  • Refactor / cleanup
  • Build / CI / tooling

Affected packages

  • dockview-core
  • dockview (vanilla JS)
  • dockview-react
  • dockview-vue
  • dockview-angular
  • docs

How to test

Checklist

  • yarn lint:fix passes
  • yarn format passes
  • npm run gen has been run and generated files are up to date
  • yarn test passes
  • I have added or updated tests where applicable
  • Breaking changes are documented