Skip to content

Commit 760686a

Browse files
Merge pull request #59 from Blockchain-Technology-Lab/pr_template
Add PR template
2 parents c3c49ed + 2b2260e commit 760686a

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

.github/pull_request_template.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
All Submissions:
2+
3+
* [ ] Have you followed the guidelines in our [Contributing documentation](https://blockchain-technology-lab.github.io/tokenomics-decentralization/contribute)?
4+
* [ ] Have you verified that there aren't any other open Pull Requests for the same update/change?
5+
* [ ] Does the Pull Request pass all tests?
6+
7+
# Description
8+
9+
/* Add a short description of your Pull Request */
10+
11+
## Checklist
12+
13+
/* Keep from below the appropriate checklist for your Pull Request and remove the others */
14+
15+
### New Ledger Support Submissions:
16+
17+
- What mapping information did you add for the new ledger?
18+
- [ ] addresses
19+
- [ ] special addresses
20+
- [ ] Did you add the new ledger to `config.yaml`?
21+
- [ ] Did you document the added ledger in the documentation pages?
22+
23+
24+
### Update Mapping Support Information Submissions:
25+
26+
- For which ledger do you update the mapping information?
27+
- [ ] /* ledger name */
28+
- What mapping information do you update?
29+
- [ ] addresses
30+
- [ ] special addresses
31+
32+
### New Metric Support Submissions:
33+
34+
- [ ] Did you create a function named `compute_{metric name}` in `tokenomics_decentralization/metrics.py`?
35+
- [ ] Did you import the metric's function to `tokenomics_decentralization/analyze.py` and added it in the `compute_functions` dictionary?
36+
- [ ] Did you add the new metric to `config.yaml`?
37+
- [ ] Did you write unit tests for the new metric?
38+
- [ ] Did you document the new metric in the documentation pages?

0 commit comments

Comments
 (0)