Skip to content

Contribute

Scott Lewis edited this page Feb 18, 2021 · 5 revisions

Steps to contribute

  1. Clone repository
  2. Pull latest from master (git checkout master; git pull)
  3. Create new feature branch from master
  4. Make edits (Do not edit MM-DynamicWeather.js file directly, make all edits in TypeScript files)
  5. Run tsc in a window terminal in the MMM-DynamicWeather directory
  6. Push changes and create pull request
  7. Verify code actions run successfully and fix promptly
  8. Link to any issues and update interested users
  9. Update ChangeLog.md and Readme.md
  10. Create a new version tag
Clone this wiki locally