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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
All Submissions:
2
2
3
-
*[ ] Have you followed the guidelines in our [Contributing documentation](https://blockchain-technology-lab.github.io/pooling-analysis/contribute)?
3
+
*[ ] Have you followed the guidelines in our [Contributing documentation](https://blockchain-technology-lab.github.io/consensus-decentralization/contribute)?
4
4
*[ ] Have you verified that there aren't any other open Pull Requests for the same update/change?
5
5
*[ ] Does the Pull Request pass all tests?
6
6
@@ -35,7 +35,7 @@ All Submissions:
35
35
-[ ] TezosMapping
36
36
-[ ] Did you enable the parser for the new ledger in `src/parse.py`?
37
37
-[ ] Did you enable the mapping for the new ledger in `src/map.py`?
38
-
-[ ] Did you document support for the new ledger as described in our [Contributing documentation](https://blockchain-technology-lab.github.io/pooling-analysis/contribute)?
38
+
-[ ] Did you document support for the new ledger as described in our [Contributing documentation](https://blockchain-technology-lab.github.io/consensus-decentralization/contribute)?
39
39
40
40
### Update Mapping Support Information Submissions:
The code of this repository is released under the [MIT License](https://github.com/Blockchain-Technology-Lab/pooling-analysis/blob/main/LICENSE).
85
+
The code of this repository is released under the [MIT License](https://github.com/Blockchain-Technology-Lab/consensus-decentralization/blob/main/LICENSE).
86
86
The documentation pages are released under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).
Finally, you should include the new ledger in the documentation pages;
57
57
specifically:
58
58
59
-
- add the ledger in the list of supported ledgers in the repository's main [README file](https://github.com/Blockchain-Technology-Lab/pooling-analysis/blob/main/README.md)
60
-
- add the ledger in the list of supported ledgers in the [index documentation page](https://github.com/Blockchain-Technology-Lab/pooling-analysis/blob/main/docs/index.md)
61
-
- document the new ledger's parser in the [corresponding documentation page](https://github.com/Blockchain-Technology-Lab/pooling-analysis/blob/main/docs/parsers.md)
62
-
- document how the new ledger's data is retrieved in the [corresponding documentation page](https://github.com/Blockchain-Technology-Lab/pooling-analysis/blob/main/docs/data.md);
63
-
if Google BigQuery is used, add the new query to [queries.yaml](https://github.com/Blockchain-Technology-Lab/pooling-analysis/blob/main/queries.yaml)
59
+
- add the ledger in the list of supported ledgers in the repository's main [README file](https://github.com/Blockchain-Technology-Lab/consensus-decentralization/blob/main/README.md)
60
+
- add the ledger in the list of supported ledgers in the [index documentation page](https://github.com/Blockchain-Technology-Lab/consensus-decentralization/blob/main/docs/index.md)
61
+
- document the new ledger's parser in the [corresponding documentation page](https://github.com/Blockchain-Technology-Lab/consensus-decentralization/blob/main/docs/parsers.md)
62
+
- document how the new ledger's data is retrieved in the [corresponding documentation page](https://github.com/Blockchain-Technology-Lab/consensus-decentralization/blob/main/docs/data.md);
63
+
if Google BigQuery is used, add the new query to [queries.yaml](https://github.com/Blockchain-Technology-Lab/consensus-decentralization/blob/main/queries.yaml)
64
64
65
65
### Data
66
66
@@ -75,7 +75,7 @@ information about a supported ledger's mapping, you should open a Pull Request.
75
75
This can be done either via console or as follows, via the browser:
76
76
77
77
- Open the file that you want to change (e.g., for Bitcoin, follow
0 commit comments