Loading...
🚀 is the code ready to be merged and go live?
🛠 does it work (build) locally
📰 good title
📝good description
🔖 issue linked
📖 changelog filled out
commits are clean
commit messages are clean
🚧 no commented out code
🖨 no unnecessary logging
🎱 no magic numbers
⚙️ ran jslint
🧰 ran codeclimate locally
✅ added (appropriate) unit tests
💢 edge cases in tests were considered
✅ ran tests locally & are passing