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`