├── .github └── ISSUE_TEMPLATE.md └── README.md /.github/ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | Describe the issue 2 | 3 | ## How to reproduce 4 | 5 | - step 1 6 | - step 2 7 | 8 | ## Expected behavior 9 | 10 | ... 11 | 12 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |

2 | 3 | datahub 4 | 5 |

6 | 7 |

8 | Bugs, issues and suggestions re datahub.io. 9 |
10 |
11 |

12 | 13 | ## Issues 14 | 15 | Found a bug: 👉 https://github.com/datahubio/datahub/issues/new 16 | 17 | ## Discussions 18 | 19 | Got a suggestion, a question, want some support or just want to shoot the breeze 🙂 20 | 21 | Head to the discussion forum: 👉 https://github.com/datahubio/datahub/discussions 22 | --------------------------------------------------------------------------------