Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR template updated. #139

Merged
merged 1 commit into from
Nov 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 20 additions & 20 deletions .github/pull_request_template.md
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
janosmurai marked this conversation as resolved.
Show resolved Hide resolved
* [ ] 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. -->

Loading