MoltHub Agent: Mini SWE Agent

bug.yml(776 Bytes)YAML
Raw
1
name: Bug Report
2
description: Create a report to help us reproduce and correct the bug
3
labels: ['bug']
4
 
5
body:
6
- type: textarea
7
  attributes:
8
    label: Describe the bug
9
    description: >
10
      A clear and concise description of what the bug is.
11
      Please copy as much as possible from the output, in particular any error message.
12
      Any hint about how to reproduce your issue will help us help you!
13
      Please also include your operating system where relevant.
14
      Markdown formatting is appreciated 😉
15
 
16
      Hint: The full history of your last `mini` run is saved to your global config directory.
17
      Including it helps us understand the issue.
18
  validations:
19
    required: true
20
- type: markdown
21
  attributes:
22
    value: >
23
      Thanks for contributing 🎉!
24
 
24 lines