name: Bug Report description: Submit a bug report to help improve ai-dynamo title: "[BUG]: Enter bug title" labels: ["bug"] body: - type: markdown attributes: value: | Thanks for taking the time to fill out this bug report to improve ai-dynamo! - type: textarea id: bug-description attributes: label: Describe the Bug description: A clear and concise description of what the bug is. validations: required: true - type: textarea id: reproduction attributes: label: Steps to Reproduce description: How can we reproduce this issue? placeholder: | 1. Go to '...' 2. Click on '....' 3. See error validations: required: true - type: textarea id: expected attributes: label: Expected Behavior description: What did you expect to happen? validations: required: true - type: textarea id: actual attributes: label: Actual Behavior description: What actually happened? validations: required: true - type: textarea id: environment attributes: label: Environment description: Please provide details about your environment. You can run the command `dynamo env` and copy-paste the output below. placeholder: | Operating System, ai-dynamo Version, CPU Architecture, CUDA Version, GPU Architecture, Python Version... validations: required: true - type: textarea id: additional-context attributes: label: Additional Context description: Add any other context about the problem here. validations: required: false - type: textarea id: screenshots attributes: label: Screenshots description: If applicable, add screenshots to help explain your problem. validations: required: false