diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..ab2413a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,28 @@ + + +## Description + + +## Motivation and Context + + + +## How Has This Been Tested? + + + + +## Screenshots (if appropriate): + +## Types of Changes + +- [ ] Bug fix (non-breaking change that fixes an issue) +- [ ] New feature (non-breaking change that 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. +- [ ] I have updated the documentation accordingly. diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template_1.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template_1.md new file mode 100644 index 0000000..861adac --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template_1.md @@ -0,0 +1,28 @@ + + +## Description + + +## Motivation and Context + + + +## How Has This Been Tested? + + + + +## Screenshots (if appropriate): + +## Types of Changes + +- [ ] Bug fix (non-breaking change that fixes an issue) +- [ ] New feature (non-breaking change that 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. +- [ ] I have updated the documentation accordingly. \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template_2.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template_2.md new file mode 100644 index 0000000..6cd9ce7 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template_2.md @@ -0,0 +1,25 @@ +Replace any "X" below with information about your pull request. + +## Pull request details + +Provide details about your pull request and what it adds, fixes, or changes. + +- X + +## Breaking changes + +Describe what features are broken by this pull request and why, if any. + +- X + +## Issues fixed + +Enter the issue numbers resolved by this pull request below, if any. + +1. X + +## Other relevant information + +Provide any other important details below. + +- \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template_3.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template_3.md new file mode 100644 index 0000000..4397093 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template_3.md @@ -0,0 +1,18 @@ +# Description + +# Closes issue(s) + +# How to test / repro + +# Screenshots + +# Changes include +- [ ] Bugfix (non-breaking change that solves an issue) +- [ ] New feature (non-breaking change that adds functionality) +- [ ] Breaking change (change that is not backwards-compatible and/or changes current functionality) + +# Checklist +- [ ] I have tested this code +- [ ] I have updated the Readme + +# Other comments \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template_4.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template_4.md new file mode 100644 index 0000000..97d2a5e --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template_4.md @@ -0,0 +1,19 @@ + + +## Description + + +## Context + + + + +## Screenshots (if appropriate): + + +## Checklist: + + +- [ ] The Code has proper linting and is standardized. +- [ ] The changes may require additions to the documentation. +- [ ] The changes have been added to the documentation accordingly. \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template_5.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template_5.md new file mode 100644 index 0000000..4d3dfc8 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template_5.md @@ -0,0 +1,16 @@ +## Bug PR Template + +### Title +([Ticket#](fix): ) + +### Summary +(Summarize the bug encountered concisely) + +### Steps to reproduce +(How one can reproduce the issue) + +### Relevant logs and/or screenshots +(Paste any relevant logs - please use code blocks to format console output, logs, and code as it's very hard to read otherwise.) + +### Fixes +(If you can, link to the line of code that might be responsible for the problem) \ No newline at end of file