Skip to content

Commit 2c6bbc5

Browse files
Update Bundles/Development/.github/PULL_REQUEST_TEMPLATE.md
1 parent 78f6c9c commit 2c6bbc5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## PR Description
2+
Add a meaningful description here that will let us know what you want to fix with this PR or what functionality you want to add.
3+
4+
## Steps before you submit a PR
5+
- Please add tests for the code you add if it's possible.
6+
- Please check out our contribution guide: https://docs.spryker.com/docs/dg/dev/code-contribution-guide.html
7+
- Add a `contribution-license-agreement.txt` file with the following content:
8+
`I hereby agree to Spryker\'s Contribution License Agreement in https://github.com/spryker/development/blob/HASH_OF_COMMIT_YOU_ARE_BASING_YOUR_BRANCH_FROM_MASTER_BRANCH/CONTRIBUTING.md.`
9+
10+
This is a mandatory step to make sure you are aware of the license agreement and agree to it. `HASH_OF_COMMIT_YOU_ARE_BASING_YOUR_BRANCH_FROM_MASTER_BRANCH` is a hash of the commit you are basing your branch from the master branch. You can take it from commits list of master branch before you submit a PR.
11+
12+
## Checklist
13+
- [x] I agree with the Code Contribution License Agreement in CONTRIBUTING.md

0 commit comments

Comments
 (0)