Thanks for taking the time to contribute! 🎁
Please follow these steps:
- work on the right branch: it must be
develop
for new features andmaster
for hotfixes - make sure the feature you add is not listed in banned features
- check compatibility with the project roadmap and key features: you should not break anything
- if your feature is introducing a lot of new UI or changing any UX or design concept, please open an issue to discuss it first
- please respect existing style in code, styles, and markup (hint: install and enable editorconfig in your editor)
- don't add any dependencies
- test your code: it must work in all browsers, Windows, OSX, and Linux
- if your code is platform-dependent, please add corresponding switches
- respect each platform: don't create a behaviour that breaks interface guidelines or user expectations
- run
grunt
and make sure it's passing - replace this message with the actual description