Skip to content

Commit 0274a1e

Browse files
committed
ci: update Markdown issue templates to forms
1 parent 3d5b092 commit 0274a1e

4 files changed

Lines changed: 65 additions & 39 deletions

File tree

.github/ISSUE_TEMPLATE/request_new_features.md

Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: "🤔 Request new features"
2+
description: Suggest ideas or features you’d like to see implemented in OpenManus.
3+
labels: enhancement
4+
body:
5+
- type: textarea
6+
id: feature-description
7+
attributes:
8+
label: Feature description
9+
description: |
10+
Provide a clear and concise description of the proposed feature
11+
validations:
12+
required: true
13+
- type: textarea
14+
id: your-feature
15+
attributes:
16+
label: Your Feature
17+
description: |
18+
Explain your idea or implementation process. Optionally, include a Pull Request URL.
19+
Ensure accompanying docs/tests/examples are provided for review.
20+
validations:
21+
required: true

.github/ISSUE_TEMPLATE/show_me_the_bug.md

Lines changed: 0 additions & 25 deletions
This file was deleted.
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
name: "🪲 Show me the Bug"
2+
description: Report a bug encountered while using OpenManus and seek assistance.
3+
labels: bug
4+
body:
5+
- type: textarea
6+
id: bug-description
7+
attributes:
8+
label: Bug Description
9+
description: |
10+
Clearly describe the bug you encountered
11+
validations:
12+
required: true
13+
- type: textarea
14+
id: solve-method
15+
attributes:
16+
label: Bug solved method
17+
description: |
18+
If resolved, explain the solution. Optionally, include a Pull Request URL.
19+
If unresolved, provide additional details to aid investigation
20+
validations:
21+
required: true
22+
- type: textarea
23+
id: environment-information
24+
attributes:
25+
label: Environment information
26+
description: |
27+
System: e.g., Ubuntu 22.04
28+
Python: e.g., 3.12
29+
OpenManus version: e.g., 0.1.0
30+
value: |
31+
- System version:
32+
- Python version:
33+
- OpenManus version or branch:
34+
- Installation method (e.g., `pip install -r requirements.txt` or `pip install -e .`):
35+
validations:
36+
required: true
37+
- type: textarea
38+
id: extra-information
39+
attributes:
40+
label: Extra information
41+
description: |
42+
For example, attach screenshots or logs to help diagnose the issue
43+
validations:
44+
required: false

0 commit comments

Comments
 (0)