mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
0a43d53ab9
add build system to the checklists in pr_template, moved test as a checkbox
1.9 KiB
1.9 KiB
Description
What component does this PR affect?
- Server
- Console
- CLI
- Docs
- Community Content
- Build System
Requires changes from other components? If yes, please mark the components:
- Server
- Console
- CLI
- Docs
- Community Content
- Build System
Related Issue
Solution and Design
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)
- Docs update
- Community content
Checklist:
- I have read the contributing guide and my code conforms to the guidelines.
- This change requires a change in the documentation.
- I have updated the documentation accordingly.
- I have added required tests.