Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 873 Bytes

File metadata and controls

30 lines (23 loc) · 873 Bytes

Contributing to Linux OS Clone

We love your input! We want to make contributing to this project as easy and transparent as possible.

How to Contribute

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Development Setup

  • Use Node.js 18+
  • Follow TypeScript best practices
  • Test all interactive features
  • Ensure mobile responsiveness

Reporting Bugs

  • Use the GitHub Issues section
  • Describe the bug in detail
  • Include steps to reproduce
  • Add screenshots if possible

Suggesting Enhancements

  • Open an issue with the "enhancement" label
  • Explain the proposed feature
  • Discuss implementation ideas

Thank you for contributing! 🎉