Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.01 KB

CONTRIBUTING.md

File metadata and controls

24 lines (19 loc) · 1.01 KB

Contributing to Data Monitor

Contributions are always welcome.

Improvements, bug fixes or new features

  • Submit pull requests for improvements, bug fixes or new features.
  • While fixing an already reported bug, make sure to mention the 'Fixes #' in the desctiption.
  • Pull requests will be merged after checking the code and testing it.

Translations

Want to see Data Monitor using your local language? Help us by translating contents to your local language.
Submit translations using Weblate or fork the repo.

Note

With each new release the main branch will be renamed to the current release name.
For eg: release/1.6.1 > release/1.6.9

To update the changes in your local repo:
git branch -m OLD-BRANCH-NAME NEW-BRANCH-NAME
git fetch origin
git branch -u origin/NEW-BRANCH-NAME NEW-BRANCH-NAME
git remote set-head origin -a



Dive in and start forking.