From aa050b8d5512c18e5f8e2fe4a441c487a0b1d83b Mon Sep 17 00:00:00 2001 From: amit kumar laravel Date: Wed, 29 Jan 2025 12:12:04 +0530 Subject: [PATCH] feat: update pull request template to include issue reference, description, testing instructions, and documentation requirements --- .github/PULL_REQUEST_TEMPLATE.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 25dd9d333..956013372 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,11 +1,19 @@ -**BUGS:** +## Issue Reference + ->Please describe the issue that you solved if it's not filed. +## Description + ->Otherwise please mention issue #id and use a comma if your PR ->solves multiple issues. +## How To Test This? + -**For things other than bugs:** +## Documentation +- [ ] My pull request requires an update on the documentation repository. + -> Describe that thing in a very short line, the word limit is 200. -> Otherwise use **issue #id** if the issue was filed as **feature** request. \ No newline at end of file +## Branch Selection + +- [ ] Target Branch: master + +## Tailwind Reordering + \ No newline at end of file