Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 494 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (16 loc) · 494 Bytes

Contributing

  1. Fork repository

  2. Clone your fork to local machine

mkdir monumentjs
cd monumentjs
git clone <your_fork_url>
cd core
  1. Bootstrap dependencies
npm install
  1. Start work on one of open issues in new git branch. You can open new ticket to start work on feature described in project roadmap.

  2. Push changes to your repository

  3. Submit pull request