mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 19:16:55 +00:00
682 B
682 B
Description
Describe the changes made and why they were made instead of how they were made.
Related issues and discussion
#{Issue Number}
Screenshots, if any
Checklist
Please make sure these boxes are checked before submitting your pull request - thanks!
-
Validate the JS and HTML files with
grunt validateto detect errors and potential problems in JavaScript code. -
Run the tests by opening
test/SpecRunner.htmlin the browser to make sure you didn't break anything. -
If you have multiple commits please combine them into one commit by squashing them.
-
Read and understood the contribution guidelines at
community-app/Contributing.md.