diff --git a/.github/PR_template/pull_request_template.md b/.github/PR_template/pull_request_template.md new file mode 100644 index 0000000..4e057f1 --- /dev/null +++ b/.github/PR_template/pull_request_template.md @@ -0,0 +1,20 @@ +### Related Issue +Closes #issue number + +### Type of Change +Put `x` inside the square bracket to specify what type of change your PR is: +- [ ] New Feature +- [ ] Bug Fix +- [ ] Code Refactor +- [ ] Documentation Update +- [ ] Other (please specify): + +### Description of Change +Give a description of the change your PR is bringing. + +### Implementation Details +Give details about how you are implementing the change. + +### Demo +Provide screenshots or a video demonstrating the feature in action. +(Include attachments or links, if applicable.) \ No newline at end of file