Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 710 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (15 loc) · 710 Bytes

NebulaGraph Studio Contributing Guide

Thank you for being interested in contributing to NebulaGraph Studio. Before submitting your contribution, please make sure to take a moment and read through the following guidelines

A high level overview of tools used:

  • TypeScript as the development language
  • Webpack for bundling
  • Prettier and styleLint for code formating

Commit information must contain one item in list below:

'feat', // add function (添加功能) 'mod', // modify changes (修改) 'fix', // fix bugs 'docs', // docs modify 'refactor', // refactor (重构) 'test', // test (测试) 'chore', // other things like scaffold, ci/cd (其他诸如构建部署等修改) 'revert', // revert commit