Skip to content

Commit

Permalink
Create PULL_REQUEST_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
imabutahersiddik authored Oct 28, 2024
1 parent 4fe7bfb commit 96c519b
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!---
Insert the number of the task you are completing if within this repository or paste the URL of the task.
Resolves https://... OR #<taskNumber>
-->

/**
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.

0 comments on commit 96c519b

Please sign in to comment.