Skip to content

Commit 5c127a2

Browse files
Merge pull request #47 from matks/dev
Add GitHub PR template
2 parents 3cbb542 + d69eec0 commit 5c127a2

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!-----------------------------------------------------------------------------
2+
Thank you for contributing to the PrestaShop project!
3+
4+
Please take the time to edit the "Answers" rows below with the necessary information.
5+
6+
Check out our contribution guidelines to find out how to complete it:
7+
https://devdocs.prestashop.com/1.7/contribute/contribution-guidelines/#pull-requests
8+
------------------------------------------------------------------------------>
9+
10+
| Questions | Answers
11+
| ------------- | -------------------------------------------------------
12+
| Description? | Please be specific when describing the PR. <br> Every detail helps: versions, browser/server configuration, specific module/theme, etc. Feel free to add more information below this table.
13+
| Type? | bug fix / improvement / new feature / refacto / critical
14+
| BC breaks? | yes / no
15+
| Deprecations? | yes / no
16+
| Fixed ticket? | Fixes PrestaShop/Prestashop#{issue number here}.
17+
| How to test? | Please indicate how to best verify that this PR is correct.
18+
19+
<!-- Click the form's "Preview" button to make sure the table is functional in GitHub. Thank you! -->

0 commit comments

Comments
 (0)