Here we list references of error codes, general information on how to report bugs, suggest ideas, contribute and other miscellaneous details.
Ad-rotator.js is designed to fail silently for any configuration error. This means that it will neither pollute the DOM nor will it attach any events in case of an error.
However, to help troubleshoot, it logs a console error in the developer console for any possible configuration error.
For general questions or new ideas for Ad-rotator.js, please start a discussion on Github.
For technical queries, please post your question on Stack Overflow.
Contributions and suggestions are always welcome! Here are the steps to start contributing -
git checkout -b feature/fooBar
)git commit -am 'Add some fooBar'
)git rebase origin master
)git push origin feature/fooBar
)Additional info can be found in contributing.md.
Ad-rotator.js release notes can be found on the official Wiki.