Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.23 KB

CONTRIBUTING.md

File metadata and controls

17 lines (14 loc) · 1.23 KB

Contribution Guidelines

Please ensure your pull requests adhere to the following guidelines:

  • Search open and closed PR's to avoid duplicate suggestions.
  • Only submit jQuery tips that you think would be useful to others. This implies each tip has enough succinct content to describe why it's useful.
  • Add your tip at the bottom of the README document. Add a link to your tip at the bottom of the table of contents.
  • Use title-casing.
  • Code formatting should follow standard JSLint default settings.
  • PR's should include a .js snippet file added to the js folder.
  • Snippet folders should be named identical to the tip being added in the README document using the following convention: make-two-divs-the-same-height.
  • Snippets should begin with a comment that matches the name of the tip, e.g., // Make two divs the same height.
  • Make sure your text editor is set to remove trailing whitespace.
  • Check your spelling and grammar.
  • The PR should have a useful title.

Thank you for your suggestions!