diff --git a/.ciignore b/.ciignore index 3f0dbdc0..0b361fa9 100644 --- a/.ciignore +++ b/.ciignore @@ -7,3 +7,4 @@ community/* install-manifests/* .ciignore .gitignore +.github/* diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..42489e4d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,52 @@ + + + +### Description + + + + +What component does this PR affect? + +- [ ] Server +- [ ] Console +- [ ] CLI +- [ ] Docs +- [ ] Community Content + +Requires changes from other components? If yes, please mark the components: + +- [ ] Server +- [ ] Console +- [ ] CLI +- [ ] Docs +- [ ] Community Content + +### Related Issue + + + + + + + +### Solution and Design + + + +### Tests + + + +### Type + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to change) + +### Checklist: + + +- [ ] I have read the **[contributing guide](https://github.com/hasura/graphql-engine/blob/master/CONTRIBUTING.md)** and my code conforms to the guidelines. +- [ ] This change requires a change in the documentation. +- [ ] I have updated the documentation accordingly. diff --git a/README.md b/README.md index b13c57aa..372015df 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,11 @@ Read more at [hasura.io](https://hasura.io) and the [docs](https://docs.hasura.i ------------------ -![Hasura GraphQL Enigne Demo](assets/demo.gif) +![Hasura GraphQL Engine Demo](assets/demo.gif) ------------------ -![Hasura GraphQL Engine Readltime Demo](assets/realtime.gif) +![Hasura GraphQL Engine Realtime Demo](assets/realtime.gif) ------------------- diff --git a/assets/demo.gif b/assets/demo.gif index 89a3fa10..195b19f7 100644 Binary files a/assets/demo.gif and b/assets/demo.gif differ