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
If you have found a bug, please create pull request with mocha unit-test which reproduces it or describe all details in issue if you can not implement test.
171
-
If you want to propose some improvements just create issue or pull request but please do not forget to use **npm test** to be sure that you code is awesome.
146
+
If you have found a bug, please create pull request with [mocha]
147
+
(https://www.npmjs.org/package/mocha) unit-test which reproduces it or describe
148
+
all details in issue if you can not implement test. If you want to propose some
149
+
improvements just create issue or pull request but please do not forget to use
150
+
`npm test` to be sure that your code is awesome.
172
151
173
-
All changes should satisfy this [Code Style Guide](https://github.com/pragmadash/catberry/blob/master/docs/code-style.md).
152
+
All changes should satisfy this [Code Style Guide]
153
+
(docs/code-style-guide.md).
174
154
175
-
Also your changes should be covered by unit tests using [mocha](https://www.npmjs.org/package/mocha).
155
+
Also your changes should be covered by unit tests using [mocha]
0 commit comments