Files
athens/.github/PULL_REQUEST_TEMPLATE.md
Aaron Schlesinger e89cf0feb2 Sample pr template change (#1577)
* Updating commented-out instructions for PR submitters

* adding more clarity
2020-03-20 15:14:08 -04:00

29 lines
1.1 KiB
Markdown

<!--
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?
Describe the issue you have been trying to solve.
## How is the fix applied?
Mention briefly how you have applied the fix.
## What GitHub issue(s) does this PR fix or close?
<!--
If it doesn't fix any GitHub Issues, that's ok. Can you please delete the below "Fixes #" line for us? It would help us out a lot. Thanks!
Your PR might fix one or more GitHub issues. If so, please use the below "Fixes #<issue number>" notation below. If your PR fixes multiple issues, please put multiple lines of "Fixes #<issue number>", one for each issue. If you do that, when this PR is merged, it'll automatically close the issue(s) you reference.
-->
Fixes #
<!--
example: Fixes #123
-->