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):