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
This commit is contained in:
Aaron Schlesinger
2020-02-26 16:43:26 -08:00
committed by GitHub
parent 53232f726d
commit 5ea57ccd7e
+15 -3
View File
@@ -1,13 +1,25 @@
<!--
Welcome, Athenian! Can you do us two quick favors before you submit your PR?
1. Briefly fill out the sections below. It will make it easy for us to review your code
2. Put "[WIP]" at the beginning of your PR title if you're not ready to have this merged yet (we have a bot that will tell everyone that it's a work in progress)
-->
**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?
<!--
If it doesn't fix any issues, that's ok. You can leave this blank.
If it does, then use the below "Fixes #<issue number>" notation below
-->
Fixes #