Skip to content

Latest commit

 

History

History
64 lines (46 loc) · 1.79 KB

File metadata and controls

64 lines (46 loc) · 1.79 KB

Contributing to AETHER 2032

Thank you for your interest in contributing to AETHER!

This project is an exploration of high-end industrial digital interfaces. We value precision, intention, and material honesty in everything we build.


How to Contribute

Reporting Issues

  • Use the Issues tab to report bugs or suggest improvements.
  • Please include as much detail as possible (browser, steps to reproduce, screenshots, etc.).

Suggesting Features or Design Changes

  • Open an issue with the label design or enhancement.
  • Feel free to share references or moodboards.

Code Contributions

  1. Fork the repository.
  2. Create a new branch from master:
    git checkout -b feature/your-feature-name
  3. Make your changes.
  4. Ensure the project still builds correctly:
    npm run build
  5. Submit a Pull Request.

Code Style Guidelines

  • Follow the existing component structure.
  • Use clear, descriptive variable and function names.
  • Keep components small and focused.
  • Prefer composition over complexity.
  • Maintain the visual language (deep blacks, glass effects, industrial typography).

Commit Messages

Try to follow this style:

  • feat: for new features
  • fix: for bug fixes
  • docs: for documentation changes
  • refactor: for code refactoring
  • style: for formatting / visual changes

Design Contributions

If you're contributing to the visual direction:

  • Respect the core principles: Material Honesty, Layered Transparency, Silent Precision, and Human Calibration.
  • Avoid decorative elements that don’t serve function or clarity.

Questions?

Open an issue with the label question or reach out directly.

Thank you for helping make AETHER better.