Skip to content

Commit

Permalink
Simplified PR template.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Jan 12, 2025
1 parent 960f40e commit 40eac47
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
Closes #

## Checklist before requesting a review

- [ ] I have formatted the subject to include ticket number as `[#123] Verb in past tense with dot at the end.`
- [ ] I have added a link to the issue tracker
- [ ] I have provided information in `Changed` section about WHY something was done if this was not a normal implementation
- [ ] I have performed a self-review of my code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] I have run new and existing relevant tests locally with my changes, and they passed
- [ ] I have provided screenshots, where applicable
- [ ] Subject includes Drupal issue number and author as `#123456 by JohnDoe: Verb in past tense.`
- [ ] Added context in `Changed` section
- [ ] Self-reviewed code and commented in commented complex areas.
- [ ] Added tests for a fix/feature.
- [ ] Relevant tests passed locally.

## Changed

1.

## Screenshots

0 comments on commit 40eac47

Please sign in to comment.