From fe6d95ecd6921acd411f46533afd31597f4f9ed8 Mon Sep 17 00:00:00 2001 From: Mario Candela Date: Fri, 14 Apr 2023 22:26:45 +0200 Subject: [PATCH] Create pull_request_template.md Signed-off-by: Mario Candela --- pull_request_template.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 pull_request_template.md diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 0000000..52514ea --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,17 @@ + All Submissions: + +* [ ] Have you followed the guidelines in our Contributing document? +* [ ] Have you checked to ensure there aren't other open [Pull Requests](../../pulls) for the same update/change? + + + +### New Feature Submissions: + +1. [ ] Does your submission pass tests? +2. [ ] Have you lint your code locally before submission? + +### Changes to Core Features: + +* [ ] Have you added an explanation of what your changes do and why you'd like us to include them? +* [ ] Have you written new tests for your core changes, as applicable? +* [ ] Have you successfully run tests with your changes locally?