Skip to content

FlintLeng/elyan-labs-site

 
 

Repository files navigation

Contributing to Elyan Labs Site

Thank you for your interest in contributing to the Elyan Labs website! This document provides guidelines for contributing.

Getting Started

# Clone the repo
git clone https://github.com/Scottcjn/elyan-labs-site.git
cd elyan-labs-site

# Run locally (if applicable)
# Open index.html in your browser or serve with a local server

Making Changes

  1. Fork the repository
  2. Create a branch from main: git checkout -b feat/my-change
  3. Make your changes to the HTML/CSS files
  4. Test locally by opening the files in a browser
  5. Commit using Conventional Commits: feat:, fix:, docs:, style:, chore:
  6. Push to your fork and open a Pull Request

Code Style

  • HTML5 semantic elements
  • CSS in style.css (no inline styles)
  • Responsive design for mobile/desktop
  • Test across modern browsers (Chrome, Firefox, Safari, Edge)

What to Work On

  • Check open issues for tasks
  • Browse rustchain-bounties for RTC-paid bounties
  • Website improvements, new pages, and documentation are high-value areas

Pull Request Process

  1. Ensure your PR description clearly describes the changes
  2. Reference any related issues
  3. Include screenshots if UI changes are involved
  4. One PR per feature/fix (keep changes focused)

Security

If you find a security vulnerability, do not open a public issue. Use GitHub's private vulnerability reporting or contact the maintainer directly.

Questions?

Feel free to open an issue with any questions!


Thank you for contributing! 🎉

About

Elyan Labs - BoTTube, RustChain, and AI agent ecosystem

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 95.0%
  • CSS 5.0%