apollo-server/.github/PULL_REQUEST_TEMPLATE.md
Hugh Willson 63969a296c Remove labels from GH templates since we're disabling Apollo Bot (#1988)
Removing all mentions of labelling from this repos custom issue/PR templates (since we're no longer using Apollo Bot).
2018-11-17 15:29:16 +02:00

14 lines
433 B
Markdown

<!--
Thanks for filing a pull request on GraphQL Server!
Please look at the following checklist to ensure that your PR
can be accepted quickly:
-->
TODO:
* [ ] Update CHANGELOG.md with your change (include reference to issue & this PR)
* [ ] Make sure all of the significant new logic is covered by tests
* [ ] Rebase your changes on master so that they can be merged easily
* [ ] Make sure all tests and linter rules pass