From ee1739b200cea7d21e8451aa12c7ce8e917e6641 Mon Sep 17 00:00:00 2001 From: Haoxi Tan Date: Tue, 14 Jan 2020 15:12:56 +1000 Subject: [PATCH] updated PR template --- .github/PULL_REQUEST_TEMPLATE.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ead343e92..432117d09 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,12 +2,16 @@ Thanks for submitting a PR! Please fill in this template where appropriate: ## Category -(Bug / module / extension / core functionality / documentation) +(Bug / module / extension / core functionality / documentation / tests) ## Feature/Issue Description This module is added to ... +## Test cases + +spec/beef/extensions/example_extension.rb + ## Relevant links e.g. link to wiki page \ No newline at end of file