Skip to content

Commit dc22ea0

Browse files
committed
Add parser/mapping checklist in PR template
1 parent 3e2d236 commit dc22ea0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/pull_request_template.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,18 @@ All Submissions:
2121
- [ ] legal links
2222
- Did you create a new parser?
2323
- [ ] If yes, did you create a unit test for the new parser?
24-
- [ ] If no, which parser did you reuse? /* parser name */
24+
- [ ] If no, which parser did you reuse?
25+
- [ ] DefaultParser
26+
- [ ] DummyParser
27+
- [ ] EthereumParser
2528
- Did you create a new mapping?
2629
- [ ] If yes, did you create a unit test for the new mapping?
2730
- [ ] If no, which mapping did you reuse? /* mapping name */
31+
- [ ] DefaultMapping
32+
- [ ] DummyMapping
33+
- [ ] EthereumMapping
34+
- [ ] CardanoMapping
35+
- [ ] TezosMapping
2836
- [ ] Did you enable the parser for the new ledger in `src/parse.py`?
2937
- [ ] Did you enable the mapping for the new ledger in `src/map.py`?
3038
- [ ] Did you document support for the new ledger as described in our [Contributing documentation](https://blockchain-technology-lab.github.io/pooling-analysis/contribute)?

0 commit comments

Comments
 (0)