From 96c519bf19820691d93e3f4e87d620c166a17126 Mon Sep 17 00:00:00 2001 From: Abu Taher Siddik <138387257+imabutahersiddik@users.noreply.github.com> Date: Mon, 28 Oct 2024 22:31:48 +0600 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..31a8911 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,30 @@ + + +/** +We advise that you give a brief description of your changes either that it meets +the specification exactly as described or what you had to do outwith the spec to resolve it. +This is not required but again, it is advised. +*/ + +### Changes: +- Describe the changes you made, including any deviations from the original specification: + - Example: "Implemented feature ABC due to requirement XYZ." + +/** +NOTICE: This is required for all pull requests and will be requested by reviewers if not present. + +- Include a screenshot/video or some other visual confirmation that your changes solve the task. +- If this is not applicable, build a unit test to prove it works as intended. +*/ + +### Quality Assurance (QA): +- Provide links to any relevant testing environments or issues showcasing the end result: + - URL to your plugin fork or test issue in your own organization: + - Screenshot of any UI fixes: + - E2E video demonstrating the functionality: + +### Additional Notes: +- Include any other relevant information or context that may help reviewers understand your changes.