Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 877 Bytes

File metadata and controls

26 lines (21 loc) · 877 Bytes

Contributing to ReGenX

Thank you for your interest in contributing.

How to Contribute

  1. Fork the repository and create a feature branch.
  2. Make focused changes with clear commit messages.
  3. Add or update documentation when relevant.
  4. Test your changes locally before opening a PR.
  5. Open a pull request with a concise summary and screenshots if UI changes are included.

Code Style

  • Keep code readable and consistent with existing patterns.
  • Avoid unnecessary dependencies.
  • Prefer small, well-scoped commits.

Issue Reporting

  • Search existing issues before opening a new one.
  • Provide clear reproduction steps and expected behavior.

Pull Request Checklist

  • Changes are scoped and related to the issue.
  • UI changes are responsive and tested.
  • No console errors.
  • npm test passes locally.
  • Documentation updated if needed.