diff --git a/.github/workflows/pull_request_template.md b/.github/workflows/pull_request_template.md new file mode 100644 index 0000000..c0d38cd --- /dev/null +++ b/.github/workflows/pull_request_template.md @@ -0,0 +1,54 @@ + + +## Description + + +#### Issue addressed + + +Addresses #*PR# HERE* + +### Before/after screenshots + + +## Changelog + + + - **Description:** Summary of change(s) + - **Products impact:** Choose from - none (for internal updates) / bugfix / new API / updated API / removed API. If it's 'none', use "-" for all items below to indicate they are not relevant. + - **Addresses:** Link(s) to GH issue(s) addressed. Include KDS links as well as links to related issues in a consumer product repository too. + + + +## Steps to test + +1. Step 1 +2. Step 2 +3. ... + +## (optional) Implementation notes + +### At a high level, how did you implement this? + + +### Does this introduce any tech-debt items? + + +## Testing checklist + + +- [ ] Contributor has fully tested the PR manually +- [ ] If there are any front-end changes, before/after screenshots are included +- [ ] Critical and brittle code paths are covered by unit tests +- [ ] The change is described in the changelog section above + +## Reviewer guidance + + +- [ ] Is the code clean and well-commented? +- [ ] Are there tests for this change? +- [ ] Are all UI components LTR and RTL compliant (if applicable)? +- [ ] _Add other things to check for here_ + +## Comments + \ No newline at end of file