Contributions are always welcome.
- Submit pull requests for improvements, bug fixes or new features.
- While fixing an already reported bug, make sure to mention the 'Fixes #' in the description.
- Pull requests will be merged after checking the code and testing it.
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.
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.