Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 542 Bytes

Contributing.md

File metadata and controls

30 lines (15 loc) · 542 Bytes

Contributor guide

Development environment

git clone https://github.com/TechQuery/test-example.git ./test-example`

npm install

Coding style

  • Please use the Code Editor / IDE which supports EditorConfig original or with plugin

  • Every new feature (Option, Event hook or someting else) should have a Document comment

Commit changes

npm run build

git add file-actually-changed.ext

git commit -m "[ Change type ]  Summary  #related_issue"