This repository contains the community workflows for the Cityflow Platform. When the .csflow.json
files are updated, the GitHub Action
in this repo will automatically generate the community_workflows.json
file. The Cityflow platform will then retrieve all community workflows based on the URLs listed in this file.
- Go to the Issues tab in the repository.
- Click on New Issue.
- Select the "Submit WorkFlow File" template from the list of available templates.
The issue template will have the following fields. Fill them out carefully:
- Author
Replace [Input author name inside this square brackets]
with your name or GitHub username.
- Category
Replace [Input the Category inside this square brackets]
with the appropriate category for your workflow.
- WorkFlow File
Compress your workflow file (.csflow.json
) into a .zip
archive.
Upload the .zip
file to the issue by dragging and dropping it into the comment section or using the file upload option.
Example issue:
### Author: [JohnDoe]
### Category: [urban_index]
### WorkFlow File
[my_workflow.csflow.zip](https://github.com/user-attachments/files/18939255/my_workflow.zip)
- Once all fields are filled out and the .zip file is attached, click Submit new issue.
By uploading your workflow file, you agree to share your work under the MIT License. This means:
-
Your workflow will be freely available for others to use, modify, and distribute.
-
You retain copyright of your work, but you allow others to use it under the terms of the MIT License.
-
If you do not agree to these terms, please do not upload your workflow file.
For more details about the MIT License, please refer to the MIT License documentation.