Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.08 KB

File metadata and controls

42 lines (27 loc) · 1.08 KB

Contributing to GLofter Hub

Thanks for your interest in improving GLofter Hub.

How to Contribute

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

Before You Open an Issue

  • Search existing Issues and Discussions first.
  • Use issue templates when available.
  • Provide clear reproduction steps and environment details.

Pull Request Guidelines

  • Keep changes focused and minimal.
  • Use clear commit messages (Conventional Commits preferred).
  • Include context: why this change is needed and what it affects.
  • Add screenshots or recordings for UI changes when possible.

Suggested Commit Format

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

Examples:

  • fix(hub): handle empty studio list state
  • docs(hub): improve onboarding guide

Code of Conduct

Please be respectful and constructive in all discussions and contributions.

Need Help?