Skip to content

Commit

Permalink
chore: add checklist to verify the supported graphql types (#851)
Browse files Browse the repository at this point in the history
* chore: add checklist to verify the supported graphql types

* update wordings
  • Loading branch information
sundersc authored May 29, 2024
1 parent fa4d5da commit 3770353
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 3770353

Please sign in to comment.