From 93e2be2fa8ee3dcb9dc2d8ce7835c9bfd4d6d6fc Mon Sep 17 00:00:00 2001 From: Denny Date: Fri, 8 Sep 2023 14:25:10 +0530 Subject: [PATCH] chore: add PR template --- .../pull_request_template.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 00000000..80e3c7c7 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,24 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**Describe the PR** +Write A clear and concise description of what changes you have made. Add links for any relevant issues as well. + +**Steps to test the PR** +Write step by step instructions on how we can test your changes. This could involve running a script or doing something manually. Being descriptive here will help us test your PR quickly + +**Expected behavior** +A clear and concise description of what is the expected behaviour. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + + +**Additional context** +Add any other context about the PR here.