diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b1d8ee75..f7c45747 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,31 +1,37 @@ -Thank you for submitting this pull request! We really appreciate you spending the time to work on these changes. +Thank you for submitting this pull request. We really appreciate you spending the time to work on SurrealDB. 🚀 🎉 ## What is the motivation? -Please provide details on the motivation for why you have made this change. + + +> [!WARNING] +No details provided. ## What does this change do? -Please provide a description of what this pull request does, and how it solves the problem. + + +> [!WARNING] +> No details provided. ## What is your testing strategy? -Write your test plan here. Please provide us with clear instructions on how you verified your changes work. + + +> [!WARNING] +> No details provided. ## Is this related to any issues? -If this pull request is related to other pull requests, or resolves any issues, then link all related or closed items here. + - +- [ ] No related issues ## Does this change need documentation? -If this pull request requires changes, updates, or improvements to the documentation, then add a corresponding issue on the [docs.surrealdb.com](https://github.com/surrealdb/docs.surrealdb.com) repository, and link to it here. - - + - [ ] No documentation needed -- [ ] surrealdb/docs.surrealdb.com#1 ## Have you read the Contributing Guidelines?