mirror of
https://github.com/gomods/athens
synced 2026-02-03 12:10:32 +00:00
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:
committed by
GitHub
parent
53232f726d
commit
5ea57ccd7e
@@ -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 #
|
||||
|
||||
|
||||
Reference in New Issue
Block a user