github.com/authzed/spicedb@v1.32.1-0.20240520085336-ebda56537386/.github/ISSUE_TEMPLATE/proposal.yml (about) 1 --- 2 name: "💡 Proposal" 3 description: "Tell us about a problem our software could solve but doesn't." 4 labels: ["kind/proposal", "state/triage"] 5 body: 6 - type: "textarea" 7 id: "problem" 8 attributes: 9 label: "Problem Statement" 10 description: "What problem could we solve that we don't?" 11 placeholder: |- 12 I want to make whirled peas, but you don't blend. 13 validations: 14 required: true 15 - type: "textarea" 16 id: "expected" 17 attributes: 18 label: "Solution Brainstorm" 19 description: "We know you have bright ideas to share ... share away, friend." 20 placeholder: |- 21 Add a blender. 22 validations: 23 required: false