diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..0e83422 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,37 @@ +# 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. You have added an appropriate title to the PR. +3. Requested a review from the HPC Training team. +4. Delete any Markdown comments, instructions or anything else outside the below divider section once you have finished your PR. +5. Ensure that you are merging into the `dev` and not `main`. + +Any questions should be directed to @MonashDeepNeuron/hpc-training. + +--- + +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