-
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.
-
Fork the repository.
-
Clone to the local.
-
Create a new branch on your local repository.
-
Change codes and commit it.
-
Push the branch you created.
-
Make a new pull request.
-
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.