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
@@ -86,4 +86,13 @@ Altermatively Analyze can be used and the resulting language can added using Add
86
86
//language can be added selectively to detectors
87
87
detectorA.AddLanguage(french)
88
88
detectorC.AddLanguage(french)
89
-
```
89
+
```
90
+
91
+
## Contribution
92
+
93
+
Suggestions and Bug reports can be made through Github issues.
94
+
Contributions are welcomed, there is currently no need to open an issue for it, but please follow the code style, including descriptive tests with [GoConvey](http://goconvey.co/).
0 commit comments