From e666c8135448918aaa1851f4694ec5cb83190be8 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 14 Aug 2022 16:07:11 +0300 Subject: [PATCH] docs(pr-template): add description field Short overview of why something is changed is helpful in reviewing the PR --- .github/pull_request_template.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 3698a72..24b0095 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,10 +1,15 @@ +## Description + + + ### 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 +2. [ ] Have you updated the README list to contain your new image?