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
im sorry. please file a [bug report](https://github.com/HP4k1h5/AQLqueryBuilder/issues/new?assignees=HP4k1h5&labels=bug&template=bug_report.md&title=basic)
20
+
21
+
## code contributions
22
+
23
+
When contributing code, please:
24
+
1) file an issue and describe the bugfix or feature
25
+
2) fork this repository
26
+
3) checkout the latest version branch, which will be in the `v.X.X.X` format,
27
+
and should be the only version branch available. Don't hesitate to ask if it
28
+
is unclear.
29
+
4) make changes
30
+
5) add tests; currently using mochai/chai
31
+
run tests with e.g. `yarn test tests/glob`
32
+
6) add comments to your functions, and if possible, in the
0 commit comments