From 49c844e672accb38b518a954d9f945536aa01421 Mon Sep 17 00:00:00 2001 From: lucferbux Date: Mon, 26 Aug 2024 11:43:26 +0200 Subject: [PATCH] Add Pull Request Template for UI team --- .github/clients/ui/pull_request_template.md | 31 +++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/clients/ui/pull_request_template.md diff --git a/.github/clients/ui/pull_request_template.md b/.github/clients/ui/pull_request_template.md new file mode 100644 index 000000000..0407f9585 --- /dev/null +++ b/.github/clients/ui/pull_request_template.md @@ -0,0 +1,31 @@ + + +## Description + + + +## How Has This Been Tested? + + + + +## Test Impact + + + +## Request review criteria + + + +Self checklist (all need to be checked): + +- [ ] The developer has manually tested the changes and verified that the changes work. +- [ ] Testing instructions have been added in the PR body (for PRs involving changes that are not immediately obvious). +- [ ] The developer has added tests or explained why testing cannot be added. +- [ ] Code changes follow the [kubeflow contribution guidelines](https://www.kubeflow.org/docs/about/contributing/). + +If you have UI changes + + +- [ ] Included any necessary screenshots or gifs if it was a UI change. +- [ ] Verify that UI/UX changes conform the UX guidelines for Kubeflow.