Update pull_request_template.md (#1555)

This commit is contained in:
aismann 2023-12-29 12:19:56 +01:00 committed by GitHub
parent dad845abe9
commit 2954a5e8e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 3 deletions

View File

@ -8,7 +8,14 @@ Which branch your pull-request should merge into?
## Issue ticket number and link
## Checklist before requesting a review
### For each PR
- [ ] I have performed a self-review of my code.
- [ ] If it is a core feature, I have added thorough tests.
- [ ] I have checked readme and add important infos to this PR (if it needed).
- [ ] I have added/adapted some tests too.
Optional:
- [ ] I have checked readme and add important infos to this PR.
- [ ] I have added/adapted some tests too.
### For core/new feature
- [ ] I have checked readme and add important infos to this PR.
- [ ] I have added thorough tests.