Skip to content

Commit 7568609

Browse files
committed
refactor the dir
2 parents e38cc7c + e3e2c22 commit 7568609

File tree

655 files changed

+446
-388
lines changed

Some content is hidden

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

655 files changed

+446
-388
lines changed

.github/ISSUE_TEMPLATE/task.yml

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name: 更新任务
2+
description: 更新任务信息
3+
title: "[Task]: "
4+
labels: [task]
5+
assignees:
6+
- izayl
7+
body:
8+
- type: dropdown
9+
id: type
10+
attributes:
11+
label: 这个 PR/issue 属于什么类型?
12+
multiple: false
13+
options:
14+
- bug 修复(Bugfix)
15+
- 创建新的基础任务
16+
- 创建新的进阶任务
17+
- 更新任务内容
18+
- 任务认领
19+
- type: input
20+
id: task
21+
attributes:
22+
label: 涉及的任务是哪个
23+
description: 请填写任务名
24+
placeholder: 例如:uniswap-v3
25+
validations:
26+
required: true
27+
- type: textarea
28+
id: info
29+
attributes:
30+
label: 详细信息
31+
description: Bug详细信息,或者更新、创建任务的内容
32+
placeholder: Tell us what you see!
33+
value: ""
34+
validations:
35+
required: false
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!-- PULL REQUEST TEMPLATE -->
2+
<!-- (将 "[ ]" 换成 "[x]" 来选择列表项) -->
3+
4+
**
5+
6+
- [ ] bug 修复(Bugfix)
7+
- [ ] 创建新的基础任务
8+
- [ ] 创建新的进阶任务
9+
- [ ] 更新任务内容
10+
11+
**涉及的任务是哪个?(必填)**
12+
13+
<!-- 例如:Uniswap-V2 -->
14+
15+
**其他信息:**
16+
17+
<!-- 具体更新/创建任务的内容有哪些 -->

Example08-hardhat-graph/erc20

-1
This file was deleted.

Learn-Crypto/PLONK/readme.md

-3
This file was deleted.

Learn-DAO-Aragon/readme.md

-1
This file was deleted.

Learn-DEFI-Compound/readme.md

-24
This file was deleted.

Learn-DEFI-Uniswap-V2/readme.md

-8
This file was deleted.

Learn-DEFI-Uniswap-V3/eth-usdt.json

-1
This file was deleted.

Learn-DEFI-Uniswap-V3/extract-graphdata/package.json

-24
This file was deleted.

0 commit comments

Comments
 (0)