Skip to content

Commit 3d3144e

Browse files
committed
Add pull request template
1 parent 7db5790 commit 3d3144e

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## Checklist before requesting a review
2+
3+
- [ ] I have formatted the subject to include ticket number as `Issue #123456 by drupal_org_username: Issue title`
4+
- [ ] I have added a link to the issue tracker
5+
- [ ] I have provided information in `Changed` section about WHY something was done if this was not a normal implementation
6+
- [ ] I have performed a self-review of my code
7+
- [ ] I have commented my code, particularly in hard-to-understand areas
8+
- [ ] I have added tests that prove my fix is effective or that my feature works
9+
- [ ] I have run new and existing relevant tests locally with my changes, and they passed
10+
- [ ] I have provided screenshots, where applicable
11+
12+
## Changed
13+
14+
1.
15+
16+
## Screenshots

0 commit comments

Comments
 (0)