From 986c49b152dbf43dd59b02866490a8d56bc79334 Mon Sep 17 00:00:00 2001 From: oraqlle <41113853+oraqlle@users.noreply.github.com> Date: Sun, 23 Jul 2023 13:17:08 +1000 Subject: [PATCH] Added GitHub PR template. --- .github/PULL_REQUEST_TEMPLATE.md | 35 ++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..7b842e6 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,35 @@ +# Submit a pull request + +Thank you for submitting a pull request! To speed up the review process, please ensure that everything below +is true: + +1. You have followed the [contributing guidelines][1] +2. The repositories you have linked are owned by you or you have permission to link them. +3. The PRs title is followed by your name eg. "Added solutions for {YYYY} - {First} {Last}" + +Any questions should be directed to @MonashDeepNeuron/executives. + +> Note: Ensure to delete the instructions once you have finished your PR. + +--- + +Replace any "X" below with information about your pull request. + +## Details + + + +X + +## Linked + + + +- X + +[1]: https://github.com/MonashDeepNeuron/HPC-Training/blob/main/CONTRIBUTING.md