-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Bhoopesh <[email protected]>
- Loading branch information
1 parent
b694841
commit e1c781e
Showing
1 changed file
with
26 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,26 @@ | ||
<!-- Thanks for sending a pull request! --> | ||
|
||
## Proposed changes | ||
|
||
Summarize your changes here to communicate with the maintainers and make sure to put the link of that issue | ||
|
||
## Types of changes | ||
|
||
What types of changes does your code introduce to the repo? Put an `x` in the boxes that apply | ||
- [ ] New feature (non-breaking change which adds functionality) | ||
- [ ] Bugfix (non-breaking change which fixes an issue) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
- [ ] Documentation Update (if none of the other choices applies) | ||
|
||
## Checklist | ||
|
||
Put an `x` in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. | ||
- [ ] I have signed the commit for DCO to be passed. | ||
- [ ] Lint and unit tests pass locally with my changes | ||
- [ ] I have added tests that prove my fix is effective or that my feature works (if appropriate) | ||
- [ ] I have added necessary documentation (if appropriate) | ||
|
||
## Dependency | ||
- Please add the links to the dependent PR need to be merged before this (if any). | ||
|
||
## Special notes for your reviewer: |