From 34fe94215c1ed327c8a4236fe861c40e9b000771 Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Thu, 16 Dec 2021 15:15:54 +0530 Subject: [PATCH] refactor: updated types --- .github/pull_request_template.md | 26 +++++++++++++++++++ .../components/collections/ImportExport.vue | 3 ++- .../hoppscotch-app/newstore/GQLSession.ts | 4 ++- packages/hoppscotch-data/src/rest/index.ts | 14 +++++----- 4 files changed, 38 insertions(+), 9 deletions(-) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..2a7aa2aad --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,26 @@ + + + +Closes # + +### Description + + + + +### Checks + +- [ ] My pull request adheres to the code style of this project +- [ ] My code requires changes to the documentation +- [ ] I have updated the documentation as required +- [ ] All the tests have passed + +### Additional Information + diff --git a/packages/hoppscotch-app/components/collections/ImportExport.vue b/packages/hoppscotch-app/components/collections/ImportExport.vue index bb1eaf8b2..cefeb23c3 100644 --- a/packages/hoppscotch-app/components/collections/ImportExport.vue +++ b/packages/hoppscotch-app/components/collections/ImportExport.vue @@ -178,6 +178,7 @@