Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 741 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (16 loc) · 741 Bytes

Nebula Graph Dashboard Contributing Guide

Thank you for being interested in contributing to Nebula Graph Dashboard. 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
  • Egg.js for api proxy
  • 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