-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3c93de9
commit f587f4c
Showing
1 changed file
with
20 additions
and
20 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 |
---|---|---|
@@ -1,39 +1,39 @@ | ||
### Checklist: | ||
## Type Of Change | ||
|
||
* [ ] I have read and followed the [contribution guideline](https://github.com/axem-solutions/.github/blob/main/CONTRIBUTING.md). | ||
* [ ] I have checked to ensure there aren't other open Pull Requests for the same update/change | ||
* [ ] I have tested these changes and added tests that prove my fix is effective or that my feature works | ||
* [ ] I have made corresponding changes to the documentation | ||
* [ ] New and existing unit tests pass locally with my changes | ||
* [ ] 100% unit test coverage achieved | ||
- [ ] New feature (non-breaking change which adds functionality) | ||
- [ ] Bug fix (non-breaking change which fixes an issue) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
- [ ] Any modification in the test cases | ||
- [ ] Any modification in the documentation | ||
|
||
### Checklist: | ||
|
||
- [ ] I have read and followed the [contribution guideline](https://github.com/axem-solutions/.github/blob/main/CONTRIBUTING.md). | ||
- [ ] I have checked to ensure there aren't other open Pull Requests for the same update/change. | ||
- [ ] All the test cases pass and new modifications in the production code are 100% covered. | ||
- [ ] I have made corresponding changes to the documentation. | ||
|
||
## Related Issue | ||
Closing: <!--- Please link to the issue here --> | ||
Closing: | ||
|
||
<!--- Please link the related issue under "Closing". --> | ||
<!--- This project only accepts pull requests related to open issues --> | ||
<!--- If suggesting a new feature or change, please discuss it in an issue first --> | ||
<!--- If fixing a bug, there should be an issue describing it with steps to reproduce --> | ||
|
||
## Type Of Change | ||
|
||
<!--- Please delete options that are not relevant. --> | ||
|
||
- [ ] Bug fix (non-breaking change which fixes an issue) | ||
- [ ] New feature (non-breaking change which adds functionality) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
- [ ] This change requires a documentation update | ||
|
||
## Description | ||
<!--- Describe your changes in detail. List any dependencies that are required for this change.--> | ||
|
||
## How Has This Been Tested? | ||
<!--- Please describe in detail how you tested your changes. --> | ||
<!--- Include details of your testing environment, and the tests you ran to --> | ||
<!--- see how your change affects other areas of the code, etc. --> | ||
<!--- See how your change affects other areas of the code, etc. --> | ||
<!--- Remove this section if you didn't make any changes in the code. --> | ||
|
||
## Screenshots (if appropriate): | ||
<!--- Remove this section if not applicable. --> | ||
|
||
**Additional context** | ||
<!--- Add any other context about the problem here. --> | ||
## Additional info | ||
<!--- Add any other context or information about the issue here. --> | ||
<!--- Remove this section if not applicable. --> | ||
|