Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 991 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (18 loc) · 991 Bytes

Contributing

Thanks for thinking of contributing this repository.

How Can I Contribute?

Reporting Issue

If you want report issue, you do not have to think deeply. Let's report according to the prepared Issue Template.

Pull Request

If you found cleary issue solution, please create pull request. In creating pull request, you should use prepared develop environment.

  1. Download Visual Studio Code
  2. Fork this repository and clone forked repository to your PC
  3. Checkout new branch from master
  4. Open forked repository by Visual Studio Code and install recommendation extensions
    • dbaeumer.vscode-eslint and esbenp.prettier-vscode should be installed, used by format codes
    • bierner.markdown-preview-github-styles is optional recommendation, used by preview markdown
  5. Writing codes
  6. Do debug build use npm run build
  7. Commit and push
    • Do not need to run npm run pack, because automated by CI
  8. Create Pull Request