From 831792c4748d92f82c1215aa6c42e5b7351a996f Mon Sep 17 00:00:00 2001 From: max furman Date: Thu, 19 Oct 2023 22:18:40 -0700 Subject: [PATCH 1/2] empty commit From 269e999a0973c741c70bd28823ec5e29eea7465b Mon Sep 17 00:00:00 2001 From: max furman Date: Thu, 19 Oct 2023 22:20:53 -0700 Subject: [PATCH 2/2] Add PR 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 @@ + +#### 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!