You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
413 B
413 B
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
- Don't include the result of
grunt distinside your commits; - Make sure the tests are passing, you can check it running
grunt testwith Google Chrome installed; - Add any relevant test to cover the code you have changed and/or added;