From c10722c9e5529b1c39f07df431cd575f28878122 Mon Sep 17 00:00:00 2001 From: Gleb Alekseev Date: Thu, 11 Apr 2024 22:56:03 -0300 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 7 +++++++ 1 file changed, 7 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 0000000..a95b29f --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +#### Static Code Analysis (readability, compactness): + +#### Dynamic Code Analysis (external APIs, interaction flows): + +#### Efficiency (gas costs, computational complexity, memory requirements): + +#### Opinion, trade-offs and other thoughts (optional):