jira-daily-report 0.1.111 → 0.1.112
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -49,6 +49,8 @@ jira-report logtime "B2B-1079 2h" --description "Bug fix"
|
|
|
49
49
|
|
|
50
50
|
**Time formats:** `2h`, `1.5h`, `30m`, `1h 30m`
|
|
51
51
|
|
|
52
|
-
##
|
|
52
|
+
## Contribute
|
|
53
53
|
|
|
54
|
-
|
|
54
|
+
Found a bug or have a feature idea? [Open an issue](https://github.com/voxuanthuan/daily-report/issues) or submit a PR!
|
|
55
|
+
|
|
56
|
+
Also available as a [VS Code extension](https://marketplace.visualstudio.com/items?itemName=thuanvo.jira-daily-report)
|
package/package.json
CHANGED