You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,27 @@ This monorepo includes the following packages:
23
23
- quasar - Quasar component
24
24
- docs - Vue.js Cron documentation powered by [VuePress](https://vuepress.vuejs.org/)
25
25
26
+
# Contributing
27
+
28
+
Contributions are always welcome.
29
+
30
+
Before you open a PR, please make sure your changes comply with the following rules:
31
+
- commits messages follow the [AngularJS commit message format](https://github.com/angular/angular/blob/main/CONTRIBUTING.md#commit)
32
+
-`yarn lint` completes without errors
33
+
-`yarn build` completes without errors
34
+
-`yarn test` completes without errors
35
+
36
+
## Contributing new localization strings
37
+
38
+
You can use the commit [feat: add portuguese translation](https://github.com/abichinger/vue-js-cron/commit/64fbe1e7b30bd07e4e61b11cf98292f1cc81bfd4) as a reference.
39
+
40
+
[Here](https://abichinger.github.io/vue-js-cron/api/core.html#types) you can find the structure of a localization object.
0 commit comments