From d0c6292e9d58b1051acee01f67e2638389c2e01d Mon Sep 17 00:00:00 2001 From: Pau Perez Date: Wed, 5 Jul 2017 12:36:33 +0200 Subject: [PATCH] Add github template for pull requests --- .github/PULL_REQUEST_TEMPLATE.md | 23 +++++++++++++++++++++++ 1 file changed, 23 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 0000000000..2d853ed32e --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,23 @@ +#### What? Why? + +[Explain why is this change needed and the solution you propose. Provide +context for others to understand it] + +#### What should we test? + +[List which features should be tested and how] + +#### How is this related to the Spree upgrade? + +[Any known conflicts with the Spree Upgrade? explain them or remove this section +otherwise] + +#### Discourse thread + +[Is there a discussion about this in Discourse? add the link if so or remove +this section otherwise] + +#### Dependencies + +[Does this PR depend on another one? add the link of so or remove this section +otherwise]