-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4fe7bfb
commit 96c519b
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |