-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
First, thanks for the work you all are doing here.
I'm a software engineer and I'm currently working on a bot using the kore.ai bot platform and the code of this repo.
So, just like the title say, How can I contribute with this repo?
I'm using this repo as a dependency in my package.json like this
"dependencies": {
"BotKit": "git+https://github.com/Koredotcom/BotKit.git",
But, I had a problem with some hardcoded reference to config.json like this one
var config = require('../../../../config');
found in lib/app/middlewares/APIKeyMiddleware/index.js and some other files. So, I would like to propose a fix but don't know how to do it.
And some changes in the examples, like FindAFlight.js not returning the error to the bot platform.
Regards
Metadata
Metadata
Assignees
Labels
No labels