Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.13 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

39 lines (28 loc) · 1.13 KB

Description

Please include a summary of the changes and which component(s) are affected. Explain how your changes improve or modify the component's functionality within the Hyperfy ecosystem.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes a component issue)
  • New component
  • Component enhancement
  • Breaking change (would cause existing worlds using this component to behave differently)
  • Documentation update

How Has This Been Tested?

Please describe your tests:

  • Component functionality tests
  • Integration tests with other Hyperfy components
  • World integration testing
  • Cross-browser testing

Test Configuration:

  • Hyperfy Version:
  • Test world setup:
  • Browser(s):
  • Node.js version:

Checklist:

  • My code follows Hyperfy's component architecture
  • I have performed a self-review
  • I have documented the component's usage
  • I have tested the component in multiple scenarios
  • My changes maintain compatibility with existing worlds
  • I have updated the component documentation if needed