From 2efa65968fd55c91585c5d9e2e0c368deeec7a06 Mon Sep 17 00:00:00 2001 From: SmartFlow Developer Date: Tue, 13 Jan 2026 23:59:24 +0100 Subject: [PATCH] docs: fix grammar in pull request template --- pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pull_request_template.md b/pull_request_template.md index 08720426199..dc8a41eda66 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -8,7 +8,7 @@ > - If you would like to add a `liquidations` adapter, please refer to [this readme document](https://github.com/DefiLlama/DefiLlama-Adapters/tree/main/liquidations) for details. 1. Once your adapter has been merged, it takes time to show on the UI. If more than 24 hours have passed, please let us know in Discord. -2. Sorry, We no longer accept fetch adapter for new projects, we prefer the tvl to computed from blockchain data, if you have trouble with creating a the adapter, please hop onto our discord, we are happy to assist you. +2. Sorry, We no longer accept fetch adapter for new projects, we prefer the TVL to be computed from blockchain data, if you have trouble creating the adapter, please hop onto our discord, we are happy to assist you. 3. Please fill the form below **only if the PR is for listing a new protocol** else it can be ignored/replaced with reason/details about the PR 4. **For updating listing info** It is a different repo, you can find your listing in this file: https://github.com/DefiLlama/defillama-server/blob/master/defi/src/protocols/data2.ts, you can edit it there and put up a PR 5. Do not edit/push `package-lock.json` file as part of your changes, we use lockfileVersion 2, and most use v1 and using that messes up our CI