Dixing Xu commited on
Commit
4079dc5
·
unverified ·
1 Parent(s): 86339ec

:construction_worker: Add github templates

Browse files

* Add issue templates
* Add pr template

.github/ISSUE_TEMPLATE/bug_report.yml ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: Bug
2
+ description: Report a problem with AIDE
3
+ title: '[Bug]: '
4
+ labels: ['bug']
5
+ body:
6
+ - type: markdown
7
+ attributes:
8
+ value: Thank you for taking the time to fill out this bug report. Please provide as much information as possible to help us understand and address the issue effectively.
9
+
10
+ - type: checkboxes
11
+ attributes:
12
+ label: Is there an existing issue for the same bug?
13
+ description: Please check if an issue already exists for the bug you encountered.
14
+ options:
15
+ - label: I have checked the existing issues.
16
+ required: true
17
+
18
+ - type: textarea
19
+ id: bug-description
20
+ attributes:
21
+ label: Describe the bug and reproduction steps
22
+ description: Provide a description of the issue along with any reproduction steps.
23
+ validations:
24
+ required: true
25
+
26
+ - type: dropdown
27
+ id: installation
28
+ attributes:
29
+ label: AIDE Installation
30
+ description: How are you running AIDE?
31
+ options:
32
+ - Commandline
33
+ - Docker
34
+ - Python Script
35
+ - Other
36
+ default: 0
37
+
38
+ - type: input
39
+ id: aideml-version
40
+ attributes:
41
+ label: AIDE Version
42
+ description: What version of AIDE are you using?
43
+ placeholder: ex. 0.1.4, main, etc.
44
+
45
+ - type: dropdown
46
+ id: os
47
+ attributes:
48
+ label: Operating System
49
+ options:
50
+ - MacOS
51
+ - Linux
52
+ - WSL on Windows
53
+
54
+ - type: textarea
55
+ id: additional-context
56
+ attributes:
57
+ label: Logs, Errors, Screenshots, and Additional Context
58
+ description: Please provide any additional information you think might help.
.github/ISSUE_TEMPLATE/feature_request.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ name: Feature Request
3
+ about: Suggest an idea for OpenHands features
4
+ title: ''
5
+ labels: 'enhancement'
6
+ assignees: ''
7
+
8
+ ---
9
+
10
+ **What problem or use case are you trying to solve?**
11
+
12
+ **Describe the UX of the solution you'd like**
13
+
14
+ **Do you have thoughts on the technical implementation?**
15
+
16
+ **Describe alternatives you've considered**
17
+
18
+ **Additional context**
.github/ISSUE_TEMPLATE/technical_proposal.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ name: Technical Proposal
3
+ about: Propose a new architecture or technology
4
+ title: ''
5
+ labels: 'proposal'
6
+ assignees: ''
7
+
8
+ ---
9
+
10
+ **Summary**
11
+
12
+ **Motivation**
13
+
14
+ **Technical Design**
15
+
16
+ **Alternatives to Consider**
17
+
18
+ **Additional context**
.github/pull_request_template.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ ## Description
2
+
3
+ * a simple description of what you're trying to accomplish
4
+ * a summary of changes in code
5
+ * which issues it fixes, if any
6
+
7
+ ## Screenshots/videos:
8
+