From 60db64770a3bb0081a360efad936a0e31cf73ae1 Mon Sep 17 00:00:00 2001 From: max furman <mx.furman@gmail.com> Date: Tue, 20 Sep 2022 15:12:49 -0700 Subject: [PATCH] Add pull request template --- .github/PULL_REQUEST_TEMPLATE | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE new file mode 100644 index 0000000..5d38f10 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE @@ -0,0 +1,20 @@ +<!--- +Please provide answers in the spaces below each prompt, where applicable. +Not every PR requires responses for each prompt. +Use your discretion. +--> +#### Name of feature: + +#### Pain or issue this feature alleviates: + +#### Why is this important to the project (if not answered above): + +#### Is there documentation on how to use this feature? If so, where? + +#### In what environments or workflows is this feature supported? + +#### In what environments or workflows is this feature explicitly NOT supported (if any)? + +#### Supporting links/other PRs/issues: + +💔Thank you! -- GitLab