mirror of
https://github.com/zhigang1992/xverse-web-extension.git
synced 2026-04-30 05:35:53 +08:00
* chore: update pr template * chore: update pull request template after comments * chore: update PULL_REQUEST_TEMPLATE.md * chore: update PULL_REQUEST_TEMPLATE.md --------- Co-authored-by: Den <36603049+dhriaznov@users.noreply.github.com>
2.3 KiB
2.3 KiB
Summary
Link to Linear issue (if not linked by bot):
- PR Title was updated to match:
<branch_type>: <descriptive, short message of what work was done> [<parent issue ID1>][<parent issue ID2>]See Branch types here
🖼 Screenshot / 📹 Video
Include screenshots or a video demonstrating the changes. This is especially helpful for UI changes.
| Before | After |
|---|---|
🔄 Changes
- What has been added, modified removed?
- Where was the fix?
- Include technical details and implications if necessary.
- What xverse-core changes were included?
Impact:
- Explain the broader impact of these changes.
- Which areas of the application have been touched?
- What should the tester be aware of when testing?
- What can help the reviewer to be aware of when reading the code?
- What are the security implications?
🔍 Testing Steps
- How to set up testing of the changes
- What steps to test
- What is expected
- Does this need QA? (If so, add the label
Ready for test) See considerations here
✅ Author checklist (can be draft if not all ready)
Please ensure the following are true before submitting for review:
- The PR template has been filled.
- E2E tests or unit tests have been added/updated.
- The changes have been self-reviewed, and has been tidied up for an easy peer review.
- No debugging code
- No out of scope changes
- Should the PR be split up for easier review?
- The change has been manually tested and works as expected.
- The PR has been labeled/flagged for QA if necessary.
✅ Reviewer checklist
- The changes follow the intended scope.
- Code is clean and readable. No anti-patterns, no code smells.
- Code structure maintains separation of concerns.
- Check that code does not belong in xverse-core, or also on mobile.
- E2E tests or unit tests have been added/updated.
- (If no QA) The PR has been manually tested and works as expected.