Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.33 KB

File metadata and controls

39 lines (25 loc) · 1.33 KB

Contributing to Relay▸Launch

Thanks for your interest in contributing to Relay▸Launch. We welcome feedback, ideas, and collaboration.

How to Contribute

Reporting Issues

If you've found a bug in our website or documentation:

  1. Check the existing issues to see if it has already been reported
  2. Open a new issue with a clear description of the problem
  3. Include steps to reproduce the issue if applicable

Suggesting Improvements

We're always looking for ways to improve our materials and processes. Open an issue with the label enhancement to suggest:

  • Documentation improvements
  • Website updates or fixes
  • Workflow or process suggestions

Submitting Changes

  1. Fork this repository
  2. Create a feature branch (git checkout -b feature/your-change)
  3. Make your changes
  4. Test locally to verify everything looks correct
  5. Submit a pull request with a clear description of your changes

Code Style

  • HTML should be semantic and accessible (WCAG 2.1 AA)
  • CSS follows our existing custom property system (see :root variables in index.html)
  • Keep things simple and readable

Questions?

If you're not sure about something, open a question and we'll point you in the right direction.