From a1eba375aacdd9a4cc688acd08a51d64f2afb6aa Mon Sep 17 00:00:00 2001 From: Daniel Garcia Briseno <94071409+dgarciabriseno@users.noreply.github.com> Date: Fri, 26 Jan 2024 14:47:10 -0500 Subject: [PATCH] Create pull_request_template.md Adding a basic PR template to at least remind myself to test in multiple browsers. --- .github/pull_request_template.md | 16 ++++++++++++++++ 1 file changed, 16 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 000000000..a0de26ab0 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,16 @@ +# Summary + +Fixes (issue number) + +Enter a summary of the changes made, here. + +# Testing + +Enter the browser versions this change was tested on below. + +| browser | version | +| ------- | -------- | +| firefox | untested | +| chrome | untested | +| safari | untested | +| edge | untested |