From 3770353d78f9abca1c176434e60a7dba36c89628 Mon Sep 17 00:00:00 2001 From: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com> Date: Wed, 29 May 2024 11:55:27 -0700 Subject: [PATCH] chore: add checklist to verify the supported graphql types (#851) * chore: add checklist to verify the supported graphql types * update wordings --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 8ba1cbd89..b059683b9 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -34,6 +34,7 @@ List any codegen parameters changed or added. - [ ] Breaking changes to existing customers are released behind a feature flag or major version update - [ ] Changes are tested using sample applications for all relevant platforms (iOS/android/flutter/Javascript) that use the feature added/modified - [ ] Changes are tested on windows. Some Node functions (such as `path`) behave differently on windows. +- [ ] Changes adhere to the [GraphQL Spec](https://spec.graphql.org/June2018/) and supports the GraphQL types `type`, `input`, `enum`, `interface`, `union` and scalar types. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.