From ac85bf789debc346ddf6bb1630e238501f3c6955 Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 20 Nov 2021 19:49:03 +0200 Subject: [PATCH] add pull request template --- .github/pull_request_template.md | 10 ++++++++++ 1 file changed, 10 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..3698a72 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,10 @@ +### All Submissions: + +* [ ] Have you ensured there aren't other open [Pull Requests](../pulls) for the same update or change? +* [ ] Have you created a new branch for your changes and PR from that branch and not from your master branch? +* [ ] Have you added an explanation of what your changes do and why you'd like us to include them? + +### New Image Submissions: + +1. [ ] Have you added your image to the [Github workflows](https://github.com/parkervcp/yolks/tree/master/.github/workflows)? +2. [ ] Have you updated the README list to contain your new image? \ No newline at end of file