From 6ed759ebcfe43c4fcd193e4fcae6fc5b6b842393 Mon Sep 17 00:00:00 2001 From: Tanya <62726866+TanyaStere42@users.noreply.github.com> Date: Wed, 11 Dec 2024 11:15:24 -0800 Subject: [PATCH] Create pull_request_template.md new template that focuses on NFRs --- .github/pull_request_template.md | 7 +++++++ 1 file changed, 7 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..a8ff35a --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +[Plain text description of changes made. Include any model updates, new or edited functions, significant changes to UX, etc] + +PR fixes #[REPLACE WITH ISSUE NUMBER] + +**Before you submit!** +* Are all depedencies at a locked version? +* Did you adhere to [best practices](https://scout.docs.wildme.org/contribute/code-guide.html)?