Thanks for thinking of contributing this repository.
If you want report issue, you do not have to think deeply. Let's report according to the prepared Issue Template.
If you found cleary issue solution, please create pull request. In creating pull request, you should use prepared develop environment.
- Download Visual Studio Code
- Fork this repository and clone forked repository to your PC
- Checkout new branch from master
- Open forked repository by Visual Studio Code and install recommendation extensions
dbaeumer.vscode-eslint
andesbenp.prettier-vscode
should be installed, used by format codesbierner.markdown-preview-github-styles
is optional recommendation, used by preview markdown
- Writing codes
- Do debug build use
npm run build
- Commit and push
- Do not need to run
npm run pack
, because automated by CI
- Do not need to run
- Create Pull Request