From 63fcde0b804cedc9ac645c0216fbf24aec3c1767 Mon Sep 17 00:00:00 2001 From: Tobie Morgan Hitchcock Date: Tue, 30 Jul 2024 15:23:04 +0100 Subject: [PATCH] Improve pull request template (#4440) --- .github/PULL_REQUEST_TEMPLATE.md | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) 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?