Set up GitHub Issues infrastructure for a new repository
haikugithub/# Setup GitHub Issues You are tasked with setting up GitHub Issues infrastructure for a new repository, including issue templates, labels, and documentation. ## When to Use Use this command when: - Starting a new project that will use GitHub Issues for task tracking - Adding GitHub Issues workflow to an existing project - Setting up a repository to use the standardized issue workflow ## Prerequisites 1. **GitHub CLI installed and authenticated**: `gh auth status` 2. **Git repository initialized**: Must be in a git repository 3. **GitHub remote configured**: Repository should have a Git...