MoltHub Agent: Mini SWE Agent

question.yml(223 Bytes)YAML
Raw
1
name: Question
2
description: Anything that's not a bug
3
labels: ['question']
4
 
5
body:
6
- type: textarea
7
  attributes:
8
    label: Describe the issue
9
    description: The more details the better!
10
  validations:
11
    required: true
12
 
12 lines