From bb1aa051edfcdcf7ad38189e5fba868a59047c66 Mon Sep 17 00:00:00 2001 From: owen <50060792+oraclown@users.noreply.github.com> Date: Thu, 21 Jul 2022 11:39:32 -0400 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/support-for-new-query-type.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/support-for-new-query-type.md b/.github/ISSUE_TEMPLATE/support-for-new-query-type.md index 1adab20a..83653d63 100644 --- a/.github/ISSUE_TEMPLATE/support-for-new-query-type.md +++ b/.github/ISSUE_TEMPLATE/support-for-new-query-type.md @@ -8,10 +8,11 @@ assignees: '' --- - [ ] Links to [dataSpecs](https://github.com/tellor-io/dataSpecs) issue & new query type file +- [ ] Add query type (subclass `AbiQuery`) - [ ] Add sources (subclass `DataSource`) - [ ] Add feed (instance of `DataFeed`) - [ ] Add example instance of the query type to catalog - [ ] Add support for building custom instances of the new query type (using the `--build-feed` flag) +- [ ] Tests for new query type, sources, feeds, & additions to the CLI - [ ] Update docs for each addition -- [ ] Tests for new sources, feeds, & additions to the CLI - [ ] Include example transactions from a block explorer of new query type submitted to Tellor using `telliot-feeds`