Skip to content

Commit

Permalink
Simplified PR template.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Nov 18, 2024
1 parent 60d474e commit 17b9a63
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
## 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 ticket number as `[#123] Verb in past tense.`
- [ ] Ticket number `#123` added to description
- [ ] Added context in `Changed` section
- [ ] Self-reviewed code and commented in commented complex areas.
- [ ] Added tests for fix/feature.
- [ ] Relevant tests run and passed locally.

## Changed

Expand Down

1 comment on commit 17b9a63

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.