diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 166568ed6d..e2bb967810 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,51 +1,18 @@ -## Tracking issue -_https://github.com/flyteorg/flyte/issues/_ +## Overview +*TODO: Provide a brief description of the feature or issue, and then summarize the changes in this PR. For larger changes make sure to callout high level design decisions. Reference relevant [design docs](https://unionai.atlassian.net/wiki/spaces/ENG/pages/78512174/Design+Review) or [Jira issues](https://unionai.atlassian.net/issues/?jql=created%20%3E%3D%20-30d%20order%20by%20created%20DESC).* - +## Test Plan +*TODO: Summarize tests added, integration tests run, or other steps you took to validate this change. Include (or link to) relevant test output or screenshots.* - +## Rollout Plan (if applicable) +*TODO: Describe any deployment or compatibility considerations for rolling out this change. - +## Jira Issue +https://unionai.atlassian.net/browse/ -## Why are the changes needed? - - - -## What changes were proposed in this pull request? - - - -## How was this patch tested? - - - -### Setup process - -### Screenshots - -## Check all the applicable boxes - -- [ ] I updated the documentation accordingly. -- [ ] All new and existing tests passed. -- [ ] All commits are signed-off. - -## Related PRs - - - -## Docs link - - +## Checklist +* [ ] Added tests +* [ ] Ran a deploy dry run and shared the terraform plan +* [ ] Added logging and metrics +* [ ] Updated [dashboards](https://unionai.grafana.net/dashboards) and [alerts](https://unionai.grafana.net/alerting/list) +* [ ] Updated documentation