-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'mohamed82008/master'
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
### Summary | ||
|
||
A short summary of the changes in this PR. | ||
|
||
**Highlights**: | ||
1. ... | ||
2. ... | ||
|
||
**Minor changes**: | ||
1. ... | ||
2. ... | ||
|
||
### What type of change is this? | ||
|
||
- [ ] Bug fix in a **backwards-compatible** manner. | ||
- [ ] New feature in a **backwards-compatible** manner. | ||
- [ ] Breaking change: bug fix or new feature that involve incompatible API changes. | ||
- [ ] Other (e.g. doc update, configuration, etc) | ||
|
||
### Checklist | ||
|
||
- [ ] I ran all tests on my computer and it's all green (i.e. `] test`). | ||
- [ ] I have added tests that prove my fix is effective or that my feature works. | ||
- [ ] I have added necessary documentation (if appropriate) |