graphql-engine/.github/PULL_REQUEST_TEMPLATE.md

37 lines
1.1 KiB
Markdown
Raw Normal View History

<!-- Thank you for submitting this PR! :) -->
2019-02-27 14:26:31 +03:00
<!-- Provide a general summary of your changes in the Title above ^, end with (close #<issue-no>) or (fix #<issue-no>) -->
### Description
2019-02-27 14:26:31 +03:00
<!-- The title might not be enough to convey how this change affects the user. -->
<!-- Describe the changes from a user's perspective -->
### Affected components
<!-- Remove non-affected components from the list -->
- Server
- Console
- CLI
- Docs
- Community Content
- Build System
- Tests
- Other (list it)
### Related Issues
<!-- Please make sure you have an issue associated with this Pull Request -->
2019-02-27 14:26:31 +03:00
<!-- And then add `(close #<issue-no>)` to the pull request title -->
<!-- Add the issue number below (e.g. #234) -->
### Solution and Design
<!-- How is this issue solved/fixed? What is the design? -->
<!-- It's better if we elaborate -->
2019-02-27 14:26:31 +03:00
### Steps to test and verify
<!-- If this is a feature, what are the steps to try them out? -->
<!-- If this is a bug-fix, how do we verify the fix? -->
### Limitations, known bugs & workarounds
<!-- Limitations of the PR, known bugs and suggested workarounds -->
<!-- Feel free to delete these comment lines -->