Browse Source

Create pull_request_template.md

pull/15589/head
Halil İbrahim Kalkan 3 years ago
committed by GitHub
parent
commit
cd907871a9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      .github/pull_request_template.md

14
.github/pull_request_template.md

@ -0,0 +1,14 @@
### Description
Resolves #xxxx (write the related issue number if available)
TODO: Describe what this PR has changed, add screenshot or animated GIF if available, write if it is a breaking change, and how to fix the breaking changes for existing applications if so.
### Checklist
- [ ] I fully tested it as developer / designer and created unit / integration tests
- [ ] I documented it (or no need to document or I will create a separate documentation issue)
### How to test it?
Please describe how this can be tested by the test engineers if it is not already explicit - or remove this section if no need to description.
Loading…
Cancel
Save