From 8916531ce647736efb4d4934dccf55f727bd7b32 Mon Sep 17 00:00:00 2001 From: Valentina Rodriguez Sosa <64439402+varodrig@users.noreply.github.com> Date: Fri, 14 Feb 2025 12:14:38 -0500 Subject: [PATCH] Creates a Template for new PRs (#3965) * update fix/broken links Signed-off-by: varodrig * adding a template for PRs Signed-off-by: varodrig * update centraldashboard label Signed-off-by: varodrig * update labels name Signed-off-by: varodrig * update pr with labels Signed-off-by: varodrig * removing old label Signed-off-by: varodrig * add a comment about the component's title Signed-off-by: varodrig --------- Signed-off-by: varodrig --- .github/pull_request_template.md | 42 ++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000..c41d01f5b8 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,42 @@ + + + +**Checklist:** +- [ ] You have [signed off your commits](https://www.kubeflow.org/docs/about/contributing/#sign-off-your-commits) +- [ ] Ensure you follow best practices from our guide. [Contributing](https://github.com/kubeflow/website/blob/master/content/en/docs/about/contributing.md). +- [] You have included screenshots when changing the website style or adding a new page. + + +**Description of your changes:** + + +### Issue + + + +Closes: # + + +### Labels + + + + + + + + + + + + + +--- +