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.