From 869d3b0f49b0f43a78d0c486178903d5ec1c942f Mon Sep 17 00:00:00 2001 From: Nitish Sharma Date: Tue, 21 May 2024 18:29:48 +0530 Subject: [PATCH] added couple items to be checked in PR --- .github/pull_request_template.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index cfd38954..392d9781 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -95,8 +95,11 @@ }).catch((err) => { console.error('Error reading CSV file:', err); }); - ``` + ``` + - [ ] **Your code is handling Pagination to make sure all data for a given block is returned** + 2. **Output data** + - [ ] Created a folder test on the same level as src and put sample outputData.csv with 15-20 records generated by your code - [ ] Data is returned for underlying tokens only. Not for special tokens (lp/veTokens etc) - [ ] Follows the exact sequence mentioned in OutputDataSchemaRow . This is needed as we want same column ordering in output csv - Value of each field is :