From 1d3fda80aa84b0bf027371a244fe1041d103355e Mon Sep 17 00:00:00 2001 From: Millun Atluri Date: Mon, 17 Jul 2023 15:47:23 +1000 Subject: [PATCH] Create pull request template for the project --- pull_request_template.md | 45 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 pull_request_template.md diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 0000000000..e365120f24 --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,45 @@ +## What type of PR is this? (check all applicable) + +- [ ] Refactor +- [ ] Feature +- [ ] Bug Fix +- [ ] Optimization +- [ ] Documentation Update + + +## Have you discussed this change with the InvokeAI team? +- [ ] Yes +- [ ] No, because: + + +## Description + + +## Related Tickets & Documents + + + +- Related Issue # +- Closes # + +## QA Instructions, Screenshots, Recordings + + + +## Added/updated tests? + +- [ ] Yes +- [ ] No : _please replace this line with details on why tests + have not been included_ + +## [optional] Are there any post deployment tasks we need to perform?