add pull request template and new demo gif (close #473) (#488)

This commit is contained in:
Arpit Kushwaha 2018-09-20 09:54:05 +05:30 committed by Shahidh K Muhammed
parent 729b56dd20
commit a5ebd5a1c0
4 changed files with 55 additions and 2 deletions

View File

@ -7,3 +7,4 @@ community/*
install-manifests/*
.ciignore
.gitignore
.github/*

52
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,52 @@
<!-- Thank you for submitting this PR! :) -->
<!-- Provide a general summary of your changes in the Title above, end with (close #<issue-no>) or (fix #<issue-no>) -->
### Description
<!-- Describe your changes in detail -->
<!-- Please put an `x` in the boxes below -->
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
<!-- Please make sure you have an issue associated with this Pull Request -->
<!-- If you are suggesting a new feature or change, please discuss it in an issue first -->
<!-- If you are fixing a bug, there should be an issue describing it with steps to reproduce -->
<!-- Please don't forget to add `(close/fix #<issue-no>)` to the pull request title -->
<!-- Please link to the issue here: -->
### Solution and Design
<!-- How is this issue solved/fixed? What is the design? -->
<!-- It's better if we elaborate -->
### Tests
<!-- Please describe in detail how you tested your changes. -->
<!-- Each component has it's own testing framework, check it out and add your tests to the mix -->
### Type
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
- [ ] 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:
<!-- Go over all the following points, and put an `x` in all the boxes that apply. -->
<!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
- [ ] 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.

View File

@ -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)
-------------------

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 MiB

After

Width:  |  Height:  |  Size: 2.8 MiB