|
1 | | -name: "\U0001F41B Bug / help" |
2 | | -description: Create a report to help us improve MemOS |
| 1 | +name: "\U0001F41B Bug Report" |
| 2 | +description: Report a bug to help us improve MemOS | 报告错误以帮助我们改进 MemOS |
| 3 | +title: "fix: " |
3 | 4 | labels: ["bug", "pending"] |
4 | 5 | body: |
5 | 6 |
|
| 7 | + - type: checkboxes |
| 8 | + id: checklist |
| 9 | + attributes: |
| 10 | + label: Pre-submission checklist | 提交前检查 |
| 11 | + options: |
| 12 | + - label: I have searched existing issues and this hasn't been mentioned before | 我已搜索现有问题,确认此问题尚未被提及 |
| 13 | + required: true |
| 14 | + - label: I have read the project documentation and confirmed this issue doesn't already exist | 我已阅读项目文档并确认此问题尚未存在 |
| 15 | + required: true |
| 16 | + - label: This issue is specific to MemOS and not a general software issue | 该问题是针对 MemOS 的,而不是一般软件问题 |
| 17 | + required: true |
| 18 | + |
6 | 19 | - type: textarea |
7 | | - id: system-info |
| 20 | + id: description |
| 21 | + attributes: |
| 22 | + label: "Bug Description | 问题描述" |
| 23 | + placeholder: "Describe what happened and what you expected to happen" |
8 | 24 | validations: |
9 | 25 | required: true |
10 | | - attributes: |
11 | | - label: System Info |
12 | | - description: | |
13 | | - Please share your system info with us. You can run the command **pip show MemoryOS** and copy-paste its output below. |
14 | | - 请提供您的系统信息。您可以在命令行运行 **pip show MemoryOS** 并将其输出复制到该文本框中。 |
15 | | -
|
16 | | - placeholder: MemoryOS version, platform, python version, ... |
17 | 26 |
|
18 | 27 | - type: textarea |
19 | 28 | id: reproduction |
| 29 | + attributes: |
| 30 | + label: "How to Reproduce | 如何重现" |
| 31 | + placeholder: | |
| 32 | + 1. Import/run '...' |
| 33 | + 2. Call function '...' |
| 34 | + 3. See error |
20 | 35 | validations: |
21 | 36 | required: true |
22 | | - attributes: |
23 | | - label: Reproduction |
24 | | - description: | |
25 | | - Please provide entry arguments, error messages and stack traces that reproduces the problem. |
26 | | - 请提供入口参数,错误日志以及异常堆栈以便于我们复现问题。 |
27 | 37 |
|
28 | | - value: | |
29 | | - ```text |
30 | | - Put your message here. |
31 | | - ``` |
| 38 | + - type: textarea |
| 39 | + id: environment |
| 40 | + attributes: |
| 41 | + label: "Environment | 环境信息" |
| 42 | + placeholder: | |
| 43 | + - Python version: |
| 44 | + - Operating System: |
| 45 | + - MemOS version: (run `pip show memoryos`) |
| 46 | + validations: |
| 47 | + required: true |
32 | 48 |
|
33 | 49 | - type: textarea |
34 | 50 | id: others |
35 | 51 | validations: |
36 | 52 | required: false |
37 | 53 | attributes: |
38 | | - label: Others |
| 54 | + label: "Additional Context | 其他信息" |
| 55 | + |
| 56 | + - type: checkboxes |
| 57 | + id: contribution |
| 58 | + attributes: |
| 59 | + label: Willingness to Implement | 实现意愿 |
| 60 | + options: |
| 61 | + - label: I'm willing to implement this myself | 我愿意自己解决 |
| 62 | + required: false |
| 63 | + - label: I would like someone else to implement this | 我希望其他人来解决 |
| 64 | + required: false |
0 commit comments