This tiny PR adds "Code Refactoring" to the Checklist in the PULL_REQUEST_TEMPLATE.md.
Motivation and Context
Even though this is a very tiny, possibly irrelevant change, I propose to add this to the PR-checklist.
Here's why: Future contributors should be encouraged to also read and change existing code to improve readability or performance. I strongly believe that adding that option to the checklist might encourage others that such PRs are welcome changes to the project as well.
Types of changes
[ ] 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)
Checklist:
[ ] My code follows the code style of this project.
[ ] My change requires a change to the documentation.
Description
This tiny PR adds "Code Refactoring" to the Checklist in the
PULL_REQUEST_TEMPLATE.md
.Motivation and Context
Even though this is a very tiny, possibly irrelevant change, I propose to add this to the PR-checklist. Here's why: Future contributors should be encouraged to also read and change existing code to improve readability or performance. I strongly believe that adding that option to the checklist might encourage others that such PRs are welcome changes to the project as well.
Types of changes
Checklist: