Skip to content

Commit 6fb1cba

Browse files
committed
feat: init derisk
0 parents  commit 6fb1cba

1,645 files changed

Lines changed: 230695 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.aci/metadata/aci-metadata.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
apiVersion: v1
2+
kind: AppService/Python
3+
appName: derisk
4+
dockerfile: ./Dockerfile
5+
pythonVersion: "3.10.0"
6+
pkgManagerConfigFile: "./requirements.txt"
7+
tenantName: derisk
8+
appDir: .
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
apiVersion: v1
2+
kind: AppService/Python
3+
appName: derisk
4+
dockerfile: ./Dockerfile
5+
pythonVersion: "3.10.0"
6+
pkgManagerConfigFile: "./requirements.txt"
7+
tenantName: derisk
8+
appDir: .

.dockerignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
.env
2+
.git/
3+
./.mypy_cache/
4+
models/
5+
plugins/
6+
pilot/data
7+
pilot/message
8+
logs/
9+
venv/
10+
.venv/
11+
.venv.make/
12+
web/node_modules/
13+
web/.next/
14+
web/.env
15+
docs/node_modules/
16+
build/
17+
docs/build/
18+
docs/Dockerfile-deploy
Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
name: Bug report
2+
title: "[Bug] [Module Name] Bug title "
3+
description: Create a report to help us improve
4+
labels: [ "bug", "Waiting for reply" ]
5+
body:
6+
7+
- type: checkboxes
8+
attributes:
9+
label: Search before asking
10+
description: >
11+
Please make sure to search in the [issues](https://github.com/eosphoros-ai/DB-GPT/issues?q=is%3Aissue)
12+
first to see whether the same issue was reported already.
13+
options:
14+
- label: >
15+
I had searched in the [issues](https://github.com/eosphoros-ai/DB-GPT/issues?q=is%3Aissue) and found
16+
no similar issues.
17+
required: true
18+
19+
- type: dropdown
20+
id: system-information
21+
attributes:
22+
label: Operating system information
23+
description: Operating system you use
24+
options:
25+
- Linux
26+
- Windows
27+
- MacOS(x86)
28+
- MacOS(M1, M2...)
29+
- Other
30+
validations:
31+
required: true
32+
33+
- type: dropdown
34+
id: python-version
35+
attributes:
36+
label: Python version information
37+
description: Python version you use
38+
options:
39+
- ">=3.11"
40+
- "3.10"
41+
- "3.9"
42+
- "<3.9"
43+
validations:
44+
required: true
45+
46+
- type: textarea
47+
attributes:
48+
label: What happened
49+
description: Describe the bug
50+
placeholder: >
51+
A clear and concise description of what the bug is.
52+
validations:
53+
required: true
54+
55+
- type: textarea
56+
attributes:
57+
label: What you expected to happen
58+
description: What do you think went wrong?
59+
placeholder: >
60+
Thank you for your feedback! To better understand the issue:
61+
62+
1. Please describe why you believe the behavior is incorrect.
63+
64+
2. Share the relevant log segments or error messages. For UI issues, screenshots are appreciated.
65+
66+
3. For textual data, kindly copy and paste rather than using screenshots to facilitate easier searches in the future.
67+
validations:
68+
required: true
69+
70+
- type: textarea
71+
attributes:
72+
label: How to reproduce
73+
description: >
74+
What should we do to reproduce the problem? If you are not able to provide a reproducible case,
75+
please open a [Discussion](https://github.com/orgs/derisk-ai/discussions) instead.
76+
placeholder: >
77+
Steps to reproduce the behavior:
78+
79+
1. Go to '...'
80+
81+
2. Click on '....'
82+
83+
3. Scroll down to '....'
84+
85+
4. See error
86+
validations:
87+
required: true
88+
89+
- type: textarea
90+
attributes:
91+
label: Additional context
92+
description: Any other context about the problem here?
93+
placeholder: >
94+
Add any other context about the problem here.
95+
96+
- type: checkboxes
97+
attributes:
98+
label: Are you willing to submit PR?
99+
description: >
100+
It's completely optional, but if you're interested in contributing, we're here to help!
101+
If you have insights on the solution, that's even better. DB-GPT thrives on community support,
102+
and we warmly welcome new contributors.
103+
options:
104+
- label: Yes I am willing to submit a PR!
105+
106+
- type: markdown
107+
attributes:
108+
value: "Thanks for completing our form!"
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
name: Documentation Related
2+
description: Suggest an improvement or report a bug for this project's Documentation
3+
title: "[Doc][Module Name] Documentation bug or improvement"
4+
labels: [ "documentation", "Waiting for reply" ]
5+
body:
6+
7+
- type: checkboxes
8+
attributes:
9+
label: Search before asking
10+
description: >
11+
Please make sure to search in the [issues](https://github.com/derisk-ai/derisk/issues?q=is%3Aissue) first
12+
to see whether the same feature was requested already.
13+
options:
14+
- label: >
15+
I had searched in the [issues](https://github.com/derisk-ai/derisk/issues?q=is%3Aissue) and found no
16+
similar feature requirement.
17+
required: true
18+
19+
- type: textarea
20+
attributes:
21+
label: Description
22+
description: A short description why your find in our document.
23+
24+
- type: textarea
25+
attributes:
26+
label: Documentation Links
27+
description: Copy and paste one or more links of this documentation issue.
28+
29+
- type: checkboxes
30+
attributes:
31+
label: Are you willing to submit PR?
32+
description: >
33+
It's completely optional, but if you're interested in contributing, we're here to help!
34+
If you have insights on the solution, that's even better. derisk thrives on community support,
35+
and we warmly welcome new contributors.
36+
options:
37+
- label: Yes I am willing to submit a PR!
38+
39+
- type: markdown
40+
attributes:
41+
value: "Thanks for completing our form!"
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
name: Feature request
2+
description: Suggest an idea for this project
3+
title: "[Feature][Module Name] Feature title"
4+
labels: [ "enhancement", "Waiting for reply" ]
5+
body:
6+
7+
- type: checkboxes
8+
attributes:
9+
label: Search before asking
10+
description: >
11+
Please make sure to search in the [issues](https://github.com/derisk-ai/derisk/issues?q=is%3Aissue) first
12+
to see whether the same feature was requested already.
13+
options:
14+
- label: >
15+
I had searched in the [issues](https://github.com/derisk-ai/derisk/issues?q=is%3Aissue) and found no
16+
similar feature requirement.
17+
required: true
18+
19+
- type: textarea
20+
attributes:
21+
label: Description
22+
description: A short description of your feature
23+
24+
- type: textarea
25+
attributes:
26+
label: Use case
27+
description: What do you want to happen?
28+
placeholder: >
29+
Instead of detailing how to implement the feature, please describe your end goal or what you aim to achieve.
30+
31+
- type: textarea
32+
attributes:
33+
label: Related issues
34+
description: Is there currently another issue associated with this?
35+
36+
- type: dropdown
37+
id: priority
38+
attributes:
39+
label: Feature Priority
40+
description: How would you rank the importance of this feature?
41+
options:
42+
- High
43+
- Medium
44+
- Low
45+
46+
- type: checkboxes
47+
attributes:
48+
label: Are you willing to submit PR?
49+
description: >
50+
It's completely optional, but if you're interested in contributing, we're here to help!
51+
If you have insights on the solution, that's even better. derisk thrives on community support,
52+
and we warmly welcome new contributors.
53+
options:
54+
- label: Yes I am willing to submit a PR!
55+
56+
- type: markdown
57+
attributes:
58+
value: "Thanks for completing our form!"
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Description
2+
3+
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
4+
5+
# How Has This Been Tested?
6+
7+
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
8+
9+
# Snapshots:
10+
11+
Include snapshots for easier review.
12+
13+
# Checklist:
14+
15+
- [ ] My code follows the style guidelines of this project
16+
- [ ] I have already rebased the commits and make the commit message conform to the project standard.
17+
- [ ] I have performed a self-review of my own code
18+
- [ ] I have commented my code, particularly in hard-to-understand areas
19+
- [ ] I have made corresponding changes to the documentation
20+
- [ ] Any dependent changes have been merged and published in downstream modules

.github/pull_request_template.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Description
2+
3+
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
4+
5+
# How Has This Been Tested?
6+
7+
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
8+
9+
# Snapshots:
10+
11+
Include snapshots for easier review.
12+
13+
# Checklist:
14+
15+
- [ ] My code follows the style guidelines of this project
16+
- [ ] I have already rebased the commits and make the commit message conform to the project standard.
17+
- [ ] I have performed a self-review of my own code
18+
- [ ] I have commented my code, particularly in hard-to-understand areas
19+
- [ ] I have made corresponding changes to the documentation
20+
- [ ] Any dependent changes have been merged and published in downstream modules

0 commit comments

Comments
 (0)