diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 8c190342..00000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,34 +0,0 @@ -🎉 Thanks for sending this pull request! 🎉 - -Please make sure the title is clear and descriptive. - -If you are fixing a typo or documentation, please skip these instructions. - -Otherwise please fill in the sections below. - -**Which problem is this pull request solving?** - -Example: I'm always frustrated when [...] - -**List other issues or pull requests related to this problem** - -Example: This fixes #5012 - -**Describe the solution you've chosen** - -Example: I've fixed this by [...] - -**Describe alternatives you've considered** - -Example: Another solution would be [...] - -**Checklist** - -Please add a `x` inside each checkbox: - -- [ ] I have read the [contribution guidelines](../blob/master/CONTRIBUTING.md). -- [ ] I have added tests (we are enforcing 100% test coverage). -- [ ] I have added documentation in the `README.md`, the `docs` directory (if - any) and the `examples` directory (if any). -- [ ] The status checks are successful (continuous integration). Those can be - seen below.