We could lint markdown files before commiting.
npm ci
npm run lint-md
In case of any linting errors, please fix them before commiting. The buildin formatter may help in most cases.
npm run format-md
You should be having:
- JDK >= 8
- NebulaGraph > v3.0
- Springboot 2.x
- Maven
- Click the
fork
button on the top right of this page. - Download the project to your machine.
- Add developer in pom.xml if you are the first time to contributing.
- Use your ideas to make ngbatis better.
- Describe changes in
CHANGELOG.md
- Run unit tests in
ngbatis-demo/test
- Use maven plugins to check code style:
maven->plugins->checkstyle->checkstyle:check
If you have any questions, issue please.