Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Latest commit

 

History

History
37 lines (19 loc) · 781 Bytes

CONTRIBUTION.md

File metadata and controls

37 lines (19 loc) · 781 Bytes

How to contribute

Pull requests

Before sending a pull request

  • Make sure the scripts are working without errors.

  • Organize the code with eslint.

  • If there is a new function to add, add a unit test and make sure it pass the test.

  • Make sure it passes all tests including existing tests.

Method

  1. Fork the repository.

  2. Clone to the local.

  3. Create a new branch on your local repository.

  4. Change codes and commit it.

  5. Push the branch you created.

  6. Make a new pull request.

Report a bug. Proposal of idea

Before reporting a bug.

  • Reporting is managed by Github issues.

  • Please make sure the issue has not been reported yet.

  • Please check whether the sample code or error message contains information such as personal information.