diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..ba9852abb --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,15 @@ +# Related issues 🔗 + +Closes #[Issue number here] + +# Description ℹī¸ + +A description of what this PR does. This should be non-dev readable. Technical stuff should go in the technical section below. + +# Demo đŸ“ē + +Gif/video/images of new/corrected functionality if applicable + +# Technical 👨‍🔧 + +Details of technical implementation that reviewers may need to be aware of, if applicable.