Currently, we use the following workflow to copy issues from the parent repository in proj-dining: https://github.com/ucsb-cs156/proj-dining/blob/main/.github/workflows/99-copy-issues.yml
This doesn't currently allow the addition of subissues; Fortunately, there is now a GitHub CLI extension that can add these subissues: https://github.com/yahsan2/gh-sub-issue. It is up to you how you'd like to complete this, but ideally, at the end, we can copy issues and subissues to the child repo, and have them continue to be linked in the child repositories.
Currently, we use the following workflow to copy issues from the parent repository in proj-dining: https://github.com/ucsb-cs156/proj-dining/blob/main/.github/workflows/99-copy-issues.yml
This doesn't currently allow the addition of subissues; Fortunately, there is now a GitHub CLI extension that can add these subissues: https://github.com/yahsan2/gh-sub-issue. It is up to you how you'd like to complete this, but ideally, at the end, we can copy issues and subissues to the child repo, and have them continue to be linked in the child repositories.