Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 824 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (12 loc) · 824 Bytes

Submitting Pull Requests

  • Please rebase your branch against the current master
  • Run npm install to make sure your development dependencies are up-to-date
  • grunt-cli >= 0.4.0 is required to sanity check your contribution
  • Please ensure that the test suite passes and that bootbox.js is lint free before submitting a PR:
  • grunt
  • If you've added new functionality, please include tests which validate its behaviour
  • Please follow these basic steps to make pull request reviews easier!

Submitting bug reports

  • Where at all possible, please try and provide a link to a jsfiddle.net example or similar
  • Please detail the affected browser(s) and operating system(s)
  • Please be sure to state which version of Bootbox and Bootstrap you're using