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]