757a6d3c8009c56bad6cdf9a421c8b9c5546a3c6bbb0423a246b29ff4d12fbb898cd11d60641eec46c16dd62346324afe0b2f0a60d3178df25a592312ff10f 959 B

1234567891011121314151617
  1. ## Submitting Pull Requests
  2. **Please follow these basic steps to simplify pull request reviews - if you don't you'll probably just be asked to anyway.**
  3. * Please rebase your branch against the current master
  4. * Run ```npm install``` to make sure your development dependencies are up-to-date
  5. * [grunt-cli](https://github.com/gruntjs/grunt-cli) >= 0.4.0 is required to sanity check your contribution
  6. * Please ensure that the test suite passes **and** that bootbox.js is lint free before submitting a PR by running:
  7. * ```grunt```
  8. * If you've added new functionality, **please** include tests which validate its behaviour
  9. * **this includes pull requests which _only_ add new locales!**
  10. ## Submitting bug reports
  11. * Where at all possible, please try and provide a link to a jsfiddle.net example or similar
  12. * Please detail the affected browser(s) and operating system(s)
  13. * Please be sure to state which version of Bootbox, jQuery **and** Bootstrap you're using