From 66ce99dea139fb04aa0df6491f9eed8b700a87e0 Mon Sep 17 00:00:00 2001 From: Nick Santamaria Date: Thu, 24 Oct 2024 11:37:34 +1100 Subject: [PATCH] Updated pull request template. --- .github/PULL_REQUEST_TEMPLATE.md | 35 ++++++++------------------------ 1 file changed, 8 insertions(+), 27 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 38e80b7a..6e1e3b4a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,32 +1,13 @@ - +## Motivation -Please provide enough information so that others can review your pull request: - --> - - -# Checklist -- [ ] Affected Issues have been mentioned in the Closing issues section -- [ ] Documentation has been written/updated. -- [ ] Changelog entry has been written +Foo was causing bar to run poorly. -Explain the **details** for making this change. What existing problem does the pull request solve? +## Changes -# Changelog Entry - - -# Closing issues -Put `closes #XXXX` in your comment to auto-close the issue that your PR fixes (if such). - -# PR Comment Commands - -- Commenting `/build` on a pull request will trigger the build & deploy workflow for the current branch. \ No newline at end of file +Build image with `docker build -t test -f images/foo/Dockerfile` and run with `docker run --rm -it test`