From 17b0949f024ec5ac15bf92e6629f9334ff25c690 Mon Sep 17 00:00:00 2001 From: Haoxi Tan Date: Tue, 14 Jan 2020 14:57:58 +1000 Subject: [PATCH] added pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 17 +++++++++++++++++ 1 file changed, 17 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..5f854b370 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,17 @@ +Thanks for submitting a PR! Please fill in this template where appropriate: + +## Category: (Bug | module | extension | core functionality | documentation) + +## Feature/Issue Description + +This module is added to ... + +## Changes made and file paths + +Added module example_module to modules/misc/example_module.. + +## Improvements made + +## Relevant links + +e.g. link to wiki page \ No newline at end of file