Files
impress.js/CONTRIBUTING.md
Fagner Brack 3f4eddeb6e Apply JSHint and JSCS with jQuery configs
Closes gh-535. Closes gh-529.
2016-04-16 16:55:49 +10:00

1.1 KiB

Issues

If you've found a bug or have a great idea for a new feature that will help all users of impress.js, let us know by [adding your suggestion] (https://github.com/bartaz/impress.js/issues/new) to the issue tracker.

Guidelines:

Pull Requests

Pull Requests should be opened against the [master branch] (https://github.com/bartaz/impress.js/tree/master). But remember that the team will only accept code that fits the purpose of impress.js.

Guidelines:

  • If proposing a feature, make sure to discuss that as an issue first.
  • Create a new topic branch for every separate change you make.
  • Make sure impress.js runs successfully on as many browsers as you can test.
  • Run npm lint to make sure the code is consistent with the project standards.