Your contributions are always welcome and appreciated. Following are the things you can do to contribute to this project.
If you think you have encountered a bug, and I should know about it, feel free to report it here and I will take care of it.
You can also request for a feature here, and if it will viable, it will be picked for development.
It can't get better then this, your pull request will be appreciated by the community. You can get started by picking up any open issues from here and make a pull request.
If you want to submit a flow, please provide the following in your pull request:
-
flow_x.drawio
andflow_x.png
where x is an integer that has not been given for other flows yet. Please check the flows module./flows
-
flow_x.json
where x is is an integer that has not been given for other flows yet and has the same value inflow_x.drawio
-
flow_x.ipynb
where x is is an integer that has not been given for other flows yet and has the same value inflow_x.drawio
and inflow_x.json
.
The Jupyter Notebookflow_x.ipynb
should work end-2-end without any errors.
- Make a PR to master branch.
- Comply with the best practices and guidelines.
- It must pass all continuous integration checks and get positive reviews.
- After this, changes will be merged.
Copyright 2019 KI labs GmbH
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.