/ .github / ISSUE_TEMPLATE / feature_request.yml
feature_request.yml
 1  name: Feature
 2  description: Suggest an idea for Nanobrowser
 3  title: "[Feature]: "
 4  labels: ["enhancement", "needs-triage"]
 5  body:
 6    - type: markdown
 7      attributes:
 8        value: |
 9          Thanks for suggesting a new feature!
10          
11    - type: textarea
12      id: problem
13      attributes:
14        label: What problem does this solve?
15        placeholder: I'm frustrated when [...]
16      validations:
17        required: true
18        
19    - type: textarea
20      id: solution
21      attributes:
22        label: Proposed solution
23        description: What would you like to see happen?
24      validations:
25        required: true
26        
27    - type: textarea
28      id: context
29      attributes:
30        label: Additional context
31        description: Add any relevant context, screenshots, or mockups