From 675f214ca8258694d5b8703b225078af79ec49fd Mon Sep 17 00:00:00 2001 From: Samuel Judson Date: Wed, 11 Dec 2024 09:40:36 -0500 Subject: [PATCH] Create pull_request_template.md (#316) * Create pull_request_template.md * More accurate wording. * Update pull_request_template.md --- .github/pull_request_template.md | 11 +++++++++++ 1 file changed, 11 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..453f61e1b --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +Before opening your pull request, please respond to the following prompts. + +#### Is this resolving a feature or a bug? + +_NB: We DO NOT accept typo fixes. Generally, we do not accept edits to comments (starting with `//`) or minor grammatical and technical edits more generally, but do accept substanative fixes and improvements to the content of documentation comments (`///`) and README files._ + +#### Are there existing issue(s) that this PR would close? + +#### If this PR is not minimal (it could be split into multiple PRs), please explain why the issues are best resolved together. + +#### Describe your changes.