Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 590 Bytes

File metadata and controls

27 lines (18 loc) · 590 Bytes

Contributing to EmbeddedOS Org Website

Thank you for your interest in contributing!

Getting Started

  1. Fork the repository
  2. Create a feature branch: git checkout -b feat/my-feature
  3. Make your changes
  4. Submit a pull request

Development Setup

git clone https://github.com/embeddedos-org/embeddedos-org.github.io.git
cd embeddedos-org.github.io
npm install
npm test

Commit Messages

Follow Conventional Commits.

License

By contributing, you agree that your contributions will be licensed under the MIT License.