# Instructions: Creating the Feature Request Issue ## Step 1: Go to ComfyUI Issues Page Navigate to: https://github.com/comfyanonymous/ComfyUI/issues/new ## Step 2: Copy the Issue Content Copy the entire content from `FEATURE_REQUEST_ISSUE.md` and paste it into the issue body. ## Step 3: Set the Title Use this exact title: ``` Feature Request: Enhanced run_comfyui.bat with Automated Dependency Checking and CUDA PyTorch Detection ``` ## Step 4: Submit the Issue Click "Submit new issue" ## Step 5: Note the Issue Number After creating the issue, GitHub will show you the issue number (e.g., #12345). **Save this number** - you'll need it to reference in your PR. ## Step 6: Update PR Description Once you have the issue number, update your PR description to include: ```markdown ## Related Issue Addresses #[issue-number] ``` Or if it fully addresses the issue: ```markdown ## Related Issue Closes #[issue-number] ``` ## Quick Reference - **Direct link to create issue**: https://github.com/comfyanonymous/ComfyUI/issues/new - **Issue content file**: `FEATURE_REQUEST_ISSUE.md` - **PR description file**: `PR_DESCRIPTION.md` (update with issue number after creation)