From 67905d74a876ee407fbe8e6fdbddf550efe71c89 Mon Sep 17 00:00:00 2001 From: Joseph Chu Date: Fri, 7 Jun 2024 20:01:02 +0000 Subject: [PATCH] #9323: Introduce template for new ttnn pull requests --- .github/pull_request_template.md | 14 ++++++++++++++ 1 file changed, 14 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 00000000000..79984f8379e --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,14 @@ +### Ticket +- Link to Github Issue. + +### Problem description +- Provide context for the problem. + +### What's changed +- Describe the approach used to solve the problem. +- Summarize the changes made and its impact. + +### Checklist +- [ ] Post commit CI passes +- [ ] Model regression CI testing passes (if applicable) +- [ ] New/Existing tests provide coverage for changes