From 5ea57ccd7e5afce88cad79e9df6bb7b87adc52ae Mon Sep 17 00:00:00 2001 From: Aaron Schlesinger <70865+arschles@users.noreply.github.com> Date: Wed, 26 Feb 2020 16:43:26 -0800 Subject: [PATCH] Adding more documentation to the Pull Request template (#1552) * Adding more documentation to the Pull Request template Including how the WIP bot factors into your workflow Fixes https://github.com/gomods/athens/issues/792 --- .github/PULL_REQUEST_TEMPLATE.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 2717e793..cd68367e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,13 +1,25 @@ + -**What is the problem I am trying to address?** +## What is the problem I am trying to address? Describe the issue you have been trying to solve. -**How is the fix applied?** +## How is the fix applied? Mention briefly how you have applied the fix. -**Mention the issue number it fixes or add the details of the changes if it doesn't have a specific issue.** +## What GitHub issue(s) does this PR fix or close? + + Fixes #