SD-online/Fooocus-Docker
2
1name: Feature request2description: Suggest an idea for this project3title: "[Feature Request]: "4labels: ["enhancement", "triage"]5 6body:7 - type: checkboxes8 attributes:9 label: Is there an existing issue for this?10 description: Please search to see if an issue already exists for the feature you want, and that it's not implemented in a recent build/commit.11 options:12 - label: I have searched the existing issues and checked the recent builds/commits13 required: true14 - type: markdown15 attributes:16 value: |17 *Please fill this form with as much information as possible, provide screenshots and/or illustrations of the feature if possible*18 - type: textarea19 id: feature20 attributes:21 label: What would your feature do?22 description: Tell us about your feature in a very clear and simple way, and what problem it would solve23 validations:24 required: true25 - type: textarea26 id: workflow27 attributes:28 label: Proposed workflow29 description: Please provide us with step by step information on how you'd like the feature to be accessed and used30 value: |31 1. Go to .... 32 2. Press ....33 3. ...34 validations:35 required: true36 - type: textarea37 id: misc38 attributes:39 label: Additional information40 description: Add any other context or screenshots about the feature request here.