Skip to content

Commit

Permalink
PR template clarified.
Browse files Browse the repository at this point in the history
  • Loading branch information
janosmurai committed Nov 1, 2023
1 parent 3c93de9 commit f587f4c
Showing 1 changed file with 20 additions and 20 deletions.
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
* [ ] 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. -->

0 comments on commit f587f4c

Please sign in to comment.