-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPULL_REQUEST_TEMPLATE
More file actions
48 lines (31 loc) · 1.31 KB
/
PULL_REQUEST_TEMPLATE
File metadata and controls
48 lines (31 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
## Scope
**Category**: <Trello board name, if any>
**Task**: [Trello or other ticket title](https://...)
## Demo and staging
**Demo link**: [iframely.dev/... or URL](https://iframely.dev/...)
**Screenshot**:
## About the changes
- Bug fix (non-breaking change which fixes an issue)
- Changes to existing functionality (improvements or deprecations)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to not work as expected)
- This change requires a documentation update
- Tests and chores (up)
### What has changed
Please describe what the code is doing (in this repo):
-
-
### Related PRs in other repos
- itteco/repo1#1
- itteco/repo2#1
### Checklist
- [ ] I have performed a self-review of my code, including Files Changed view
- [ ] Fix/feat branches in all related repos are named the same
- [ ] All related PRs are submitted
- [ ] Task is DONE and links back to this PR or no task
## Review
Please note any risks, caveats, migration steps, release notices or additional tasks.
- [ ] PRs have been tested on staging by DEV
- [ ] PRs have been tested on staging by QA
- [ ] PRs have been tested on staging by PRODUCT
*Please describe the tests and give additional instructions if required, add screenshots and links if necessary.*