Catalyst-Coordinator-Feedback

November and December 2021

Between November and December 2021 the Catalyst Coordinator Circle Representative trialed a Catalyst-Coordinator-Feedback process to capture proposer concerns as GitHub issues.

This was later documented on this GitBook as part of the Fund 7 Catalyst Coordinator Hub proposal.

In all 26 issues were captured from mainly from Coordinator Support insights with the rest from social media sources (mainly Catalyst Coordinator Telegram).

GitHub CLI

For documentation on the GitHub Command Line Interface see here https://cli.github.com/

Clone repo

List Issues in repo

Export issues to a csv file

gh issue list --limit 1000 --state all | tr ',' ' ' | tr '\t' ',' > issues.csv

Extending GitHub CLI with hub

hub is an extension to command-line git that helps you do everyday GitHub tasks without ever leaving the terminal.

How to create a PAT token (Personal Access Token)

See https://quality-assurance-dao.gitbook.io/treasury-advisory-service/project-automation/general-introduction/pat-token

Last updated