Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
oraclown authored Jul 21, 2022
1 parent 6643113 commit bb1aa05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/support-for-new-query-type.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit bb1aa05

Please sign in to comment.