From 5741a0343ee2064194e955dd2b38f914bdcce294 Mon Sep 17 00:00:00 2001 From: "nick.kino" <79381743+hosted-fornet@users.noreply.github.com> Date: Wed, 14 Feb 2024 12:59:48 -0800 Subject: [PATCH] add pull_request_template.md --- pull_request_template.md | 15 +++++++++++++++ 1 file changed, 15 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 0000000..fff18e8 --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,15 @@ +## Problem + +{A brief description of the problem, along with necessary context.} + +## Solution + +{A brief description of how you solved the problem.} + +## Docs Update + +[Corresponding docs PR](https://github.com/kinode-dao/kinode-book/pull/my-pr-number) + +## Notes + +{Any other information useful for reviewers.}