Skip to content

Commit 38fa88f

Browse files
yecolZhimin ChenYong FangLiang GengYuxing Han
committed
Opensource code for GraphScope.
Co-authored-by: Zhimin Chen <[email protected]> Co-authored-by: Yong Fang <[email protected]> Co-authored-by: Liang Geng <[email protected]> Co-authored-by: Yuxing Han <[email protected]> Co-authored-by: Tao He <[email protected]> Co-authored-by: Longbin Lai <[email protected]> Co-authored-by: Dongze Li <[email protected]> Co-authored-by: Gaofeng Li <[email protected]> Co-authored-by: Zhao Li <[email protected]> Co-authored-by: Xiaojian Luo <[email protected]> Co-authored-by: Bingqing Lyu <[email protected]> Co-authored-by: Chenqiang Min <[email protected]> Co-authored-by: Zhengping Qian <[email protected]> Co-authored-by: Xiaoming Qin <[email protected]> Co-authored-by: Li Su <[email protected]> Co-authored-by: Chao Tian <[email protected]> Co-authored-by: Li Tian <[email protected]> Co-authored-by: Lei Wang <[email protected]> Co-authored-by: Ziniu Wu <[email protected]> Co-authored-by: Jingbo Xu <[email protected]> Co-authored-by: Youyang Yao <[email protected]> Co-authored-by: Linguan Yang <[email protected]> Co-authored-by: Wenyuan Yu <[email protected]> Co-authored-by: Diwen Zhu <[email protected]> Co-authored-by: Kai Zeng <[email protected]> Co-authored-by: Kun Zhao <[email protected]> Co-authored-by: Weibin Zeng <[email protected]> Co-authored-by: Siyuan Zhang <[email protected]> Co-authored-by: Jingren Zhou <[email protected]> Co-authored-by: Xiaoli Zhou <[email protected]> Co-authored-by: Rong Zhu <[email protected]>
1 parent 8a01a49 commit 38fa88f

File tree

2,461 files changed

+720948
-4
lines changed

Some content is hidden

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

2,461 files changed

+720948
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: "[BUG] "
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Environment (please complete the following information):**
27+
- GraphScope version: [e.g., v0.1, v0.2.2, master]
28+
- OS: [e.g. MacOS, Linux]
29+
- Version [e.g. 10.15]
30+
- Kubernetes Version [e.g., 1.19]
31+
32+
**Additional context**
33+
Add any other context about the problem here.
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

.github/PULL_REQUEST_TEMPLATE.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!--
2+
Thanks for your contribution! please review https://github.com/alibaba/GraphScope/blob/main/CONTRIBUTING.md before opening an issue.
3+
-->
4+
5+
## What do these changes do?
6+
7+
<!-- Please give a short brief about these changes. -->
8+
9+
## Related issue number
10+
11+
<!-- Are there any issues opened that will be resolved by merging this change? -->
12+
13+
Fixes
14+

0 commit comments

Comments
 (0)