You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,18 @@ All Submissions:
21
21
-[ ] legal links
22
22
- Did you create a new parser?
23
23
-[ ] 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
25
28
- Did you create a new mapping?
26
29
-[ ] If yes, did you create a unit test for the new mapping?
27
30
-[ ] If no, which mapping did you reuse? /* mapping name */
31
+
-[ ] DefaultMapping
32
+
-[ ] DummyMapping
33
+
-[ ] EthereumMapping
34
+
-[ ] CardanoMapping
35
+
-[ ] TezosMapping
28
36
-[ ] Did you enable the parser for the new ledger in `src/parse.py`?
29
37
-[ ] Did you enable the mapping for the new ledger in `src/map.py`?
30
38
-[ ] 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