=========
- I have performed a self-review of my own code
- I have commented my code, particularly in hard-to-understand areas
- I have checked for similar issues and haven't found anything relevant.
- This is not a security issue (which should be reported here: https://circleci.com/security/)
- I have read Contribution Guidelines.
=======
- Put itemized changes here, preferably in imperative mood, i.e. "Add
functionA
tofileB
"
=========
What was the overarching product goal of this PR as well as any pertinent history of changes
==============
Why you made some of the technical decisions that you made, especially if the reasoning is not immediately obvious
============
Image or [gif](https://giphy.com/apps/giphycapture) Image or gif where change can be clearly seen- Fork the repository and create your branch from
master
. - Run
make build
in the repository root. - If you've fixed a bug or added code that should be tested, add tests!
- Ensure the test suite passes (
make test
). - The
--debug
flag is often helpful for debugging HTTP client requests and responses. - Format your code with gofmt.
- Make sure your code lints (
make lint
). Note: This requires Docker to run inside a local job.