Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 655 Bytes

File metadata and controls

26 lines (17 loc) · 655 Bytes

Contributing

Thanks for considering contributing to DockExporter!

Issues

  • Check existing issues before opening a new one
  • Include your QGIS version and OS
  • For feature requests, describe what you're trying to achieve

Pull Requests

  1. Fork the repository
  2. Create a feature branch from `master`
  3. Make your changes
  4. Test in your local QGIS installation
  5. Submit a PR with a clear description

Code style

  • Python code follows PEP 8
  • Keep changes focused

Plugin development

The plugin is structured as a standard QGIS plugin. See QGIS Plugin Documentation.