From 17636ed899174612a616c53c3a57a22754aad0f9 Mon Sep 17 00:00:00 2001 From: Brian Dashore Date: Fri, 9 Feb 2024 14:53:08 -0500 Subject: [PATCH] Create pull request template Asks users to give more information when committing a pull request. Signed-off-by: kingbri --- .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 0000000..c467844 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +**Is your pull request related to a problem? Please describe.** +A clear and concise description of what the problem is. You can also link to an existing issue. + +**Why should this feature be added?** +An explanation of why the feature should be added. Please be as specific as possible to help us understand the reasoning. + +**Examples** +Examples of the feature in action and its significance compared to not having the feature. + +**Additional context** +Add any other context or screenshots about the pull request here.