aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/2.feature.yml
blob: ea6733a194cf33c3eb5b58abf9c90974aee411ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
name: Feature request 🚀
description: Suggest a new idea for Auto-GPT!
labels: ['status: needs triage']
body:
  - type: markdown
    attributes:
      value: |
        First, check out our [wiki page on Contributing](https://github.com/Significant-Gravitas/Nexus/wiki/Contributing)
        Please provide a searchable summary of the issue in the title above ⬆️.
  - type: checkboxes
    attributes:
      label: Duplicates
      description: Please [search the history](https://github.com/Torantulino/Auto-GPT/issues) to see if an issue already exists for the same problem.
      options:
        - label: I have searched the existing issues
          required: true
  - type: textarea
    attributes:
      label: Summary 💡
      description: Describe how it should work.
  - type: textarea
    attributes:
      label: Examples 🌈
      description: Provide a link to other implementations, or screenshots of the expected behavior.
  - type: textarea
    attributes:
      label: Motivation 🔦
      description: What are you trying to accomplish? How has the lack of this feature affected you? Providing context helps us come up with a solution that is more useful in the real world.