commit message

This commit is contained in:
Chopper
2021-05-13 11:03:32 +08:00
commit 23804939eb
2158 changed files with 149684 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
Thanks for your interest in contributing to Popper.js!
Please, make sure to fullfill the following conditions before submitting your Pull Request.
### Make sure to
1. Don't include the result of `grunt dist` inside your commits;
2. Make sure the tests are passing, you can check it running `grunt test` with Google Chrome installed;
3. Add any relevant test to cover the code you have changed and/or added;