From 2eda1cb4b26b98ffa71311a234a36409e516edb5 Mon Sep 17 00:00:00 2001 From: Valerie Nielson <123426684+SKel1817@users.noreply.github.com> Date: Wed, 26 Mar 2025 12:52:32 -0400 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 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..9828f6d --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,27 @@ +# Task + + +# Description + + + + +## Pull request type + + +Please check the type of change your PR introduces: +- [ ] Bugfix +- [ ] Feature +- [ ] Code style update (formatting, renaming) +- [ ] Refactoring (no functional changes, no api changes) +- [ ] Build related changes +- [ ] Documentation content changes +- [ ] Other (please describe): + +# Demo/Screenshots + + +# How has this been tested? + + +# Any other information?