Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.03 KB

File metadata and controls

25 lines (16 loc) · 1.03 KB

Contributing

Thanks for your interest in contributing to this project! Contributions are welcome and appreciated. To make collaboration smooth, please follow these guidelines.

How to contribute

  1. Fork the repository and create a feature branch
  2. Make your changes in a clearly named branch (e.g., fix/export-naming or feat/add-step-through-ui).
  3. Write clear commit messages and keep changes focused.
  4. Open a Pull Request describing what you changed and why.

Reporting issues

  • Search existing issues before opening a new one.
  • Provide clear steps to reproduce, expected vs actual behavior

Coding style

  • Follow commong coding style and best practice.
  • Keep functions small and add comments for non-obvious logic.
  • Keep print/stl, print/png folder structure when changing the mechanics (as used by my fusion plugins, see other project in my Github space)

Testing

Because this is a hobbyist project, automated tests may be limited. Include manual testing steps in your PR description and screenshots where appropriate.