Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Guidelines for pull requests

LeaVerou edited this page Oct 25, 2011 · 2 revisions

If you’re reading this, I’m guessing you want to contribute to -prefix-free, so thank you in advance for that.

Here is a list of things to keep in mind:

  • File size in -prefix-free is very important. Since it’s recommended to be put in the <head>, right after stylesheets, its size has to be as small as possible. If your addition isn’t about crucial functionality, especially if it adds more than 0.5KB, it’s recommended to submit it as a plugin instead.
  • Speed is very important. I prefer -prefix-free to fail in some edge cases if it means it will be faster in every case.
  • Please take a look at the coding style in -prefix-free and keep your submission consistent.

Last but not least, keep in mind that even if I reject your pull request for one of the reasons above, I do appreciate the time you put into it very much.

Clone this wiki locally