6188617037
Environment Corruption Check / test-python-versions (3.12.8) (push) Failing after 2s
Environment Corruption Check / test-python-versions (3.11.11) (push) Failing after 1s
Pre-commit checks / pre-commit-check (push) Failing after 1s
Environment Corruption Check / test-python-versions (3.13.2) (push) Failing after 4s
22 lines
688 B
YAML
22 lines
688 B
YAML
name: "🤔 Request new features"
|
||
description: Suggest ideas or features you’d like to see implemented in OpenManus.
|
||
labels: enhancement
|
||
body:
|
||
- type: textarea
|
||
id: feature-description
|
||
attributes:
|
||
label: Feature description
|
||
description: |
|
||
Provide a clear and concise description of the proposed feature
|
||
validations:
|
||
required: true
|
||
- type: textarea
|
||
id: your-feature
|
||
attributes:
|
||
label: Your Feature
|
||
description: |
|
||
Explain your idea or implementation process, if any. Optionally, include a Pull Request URL.
|
||
Ensure accompanying docs/tests/examples are provided for review.
|
||
validations:
|
||
required: false
|