Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 541 Bytes

File metadata and controls

27 lines (18 loc) · 541 Bytes

Contributing to eOffice

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/eOffice.git
cd eOffice
npm install
npm test

Commit Messages

Follow Conventional Commits.

License

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