From 9f3d6bdf025a03e5a33c952eb13a59c2af348a70 Mon Sep 17 00:00:00 2001 From: Charles Packer Date: Tue, 7 Nov 2023 17:52:45 -0800 Subject: [PATCH] Create pull_request_template.md (#368) * Create pull_request_template.md --- .github/pull_request_template.md | 17 +++++++++++++++++ 1 file changed, 17 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..aeb38c97fb --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,17 @@ +**Please describe the purpose of this pull request.** +Is it to add a new feature? Is it to fix a bug? + +**How to test** +How can we test your PR during review? What commands should we run? What outcomes should we expect? + +**Have you tested this PR?** +Have you tested the latest commit on the PR? If so please provide outputs from your tests. + +**Related issues or PRs** +Please link any related GitHub [issues](https://github.com/cpacker/MemGPT/issues) or [PRs](https://github.com/cpacker/MemGPT/pulls). + +**Is your PR over 500 lines of code?** +If so, please break up your PR into multiple smaller PRs so that we can review them quickly, or provide justification for its length. + +**Additional context** +Add any other context or screenshots about the PR here.