diff --git a/issue_template.md b/issue_template.md index 7da179d..c99e941 100644 --- a/issue_template.md +++ b/issue_template.md @@ -16,4 +16,5 @@ If you have a specific solution or implementation in mind, please provide detail ### Environment (if applicable) - Operating System: [e.g., Windows, macOS, Linux] -- Browser (if applicable): [e.g., Chrome, Firefox, Safari] \ No newline at end of file +- Browser (if applicable): [e.g., Chrome, Firefox, Safari] +- Version: [e.g., 1.2.3] diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 0000000..8af12f0 --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,21 @@ +# Description + +Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. + +Fixes # (issue) + +## Type of change + + +- [ ] 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 + +# How Has This Been Tested? + +Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration + + + +