Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.06 KB

File metadata and controls

42 lines (27 loc) · 1.06 KB

Contributing to GLofter Studio

Thanks for your interest in improving GLofter Studio.

How to Contribute

  • Report bugs via GitHub Issues.
  • Suggest product improvements via Issues or Discussions.
  • Submit pull requests for docs, UX improvements, and code updates.

Before You Open an Issue

  • Search existing Issues and Discussions first.
  • Use issue templates to keep reports actionable.
  • Include clear reproduction steps and environment details.

Pull Request Guidelines

  • Keep changes focused and minimal.
  • Use clear commit messages (Conventional Commits preferred).
  • Explain user impact and behavior changes.
  • Add screenshots or short recordings for UI updates.

Suggested Commit Format

<type>(<scope>): <subject>

Examples:

  • feat(studio): add service card empty state
  • docs(studio): improve booking FAQ

Code of Conduct

Please keep communication respectful, inclusive, and constructive.

Need Help?