mirror of
https://github.com/zhigang1992/graphql-engine.git
synced 2026-01-12 17:22:47 +08:00
committed by
Shahidh K Muhammed
parent
729b56dd20
commit
a5ebd5a1c0
@@ -7,3 +7,4 @@ community/*
|
||||
install-manifests/*
|
||||
.ciignore
|
||||
.gitignore
|
||||
.github/*
|
||||
|
||||
52
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
52
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal 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.
|
||||
@@ -16,11 +16,11 @@ Read more at [hasura.io](https://hasura.io) and the [docs](https://docs.hasura.i
|
||||
|
||||
------------------
|
||||
|
||||

|
||||

|
||||
|
||||
------------------
|
||||
|
||||

|
||||

|
||||
|
||||
-------------------
|
||||
|
||||
|
||||
BIN
assets/demo.gif
BIN
assets/demo.gif
Binary file not shown.
|
Before Width: | Height: | Size: 1.9 MiB After Width: | Height: | Size: 2.8 MiB |
Reference in New Issue
Block a user