Before submitting a pull request or pushing changes to main
you should complete the following testing procedures:
- Update the
package.json
version number according to the Semantic Versioning standards. You may want to request this number from the repo owners in the issue comments before you submit your pull request. - Run
pnpm build
to build the new version. - Start a local http server and visit the testing page in several web browsers.
- If you are using VS Code for your IDE, the easiest option for testing is the VS Code extension Live Server.
- Element Behaviors is designed for modern web browsers only.
- Test in Brave, Edge, and Firefox.
- If all tests have passed you can now submit a pull request. Please include a link to a funny work appropriate gif in the PR comment so we know you followed these instructions.