diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000..cfff24b6bc --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,13 @@ +### Pull Request Checklist + +#### [] Description + +- [] Brief description of the changes made in this PR. + +#### [] Issue + +- **Fixes** #[issue_number] + +#### [] Testing Notes + +- Any specific instructions or notes for testing the changes.