get.porter.sh/porter@v1.3.0/.github/ISSUE_TEMPLATE/bug_report.md (about) 1 --- 2 name: Bug report 3 about: Create a report to help us improve 4 title: '' 5 labels: bug 6 assignees: '' 7 8 --- 9 10 ## Describe the bug 11 A clear and concise description of what the bug is. 12 13 ## To Reproduce 14 Steps to reproduce the behavior: 15 1. Run `...` 16 2. Use this porter.yaml from this repository or gist 17 3. Run this porter command `...` 18 4. See error 19 20 ## Expected behavior 21 A clear and concise description of what you expected to happen. 22 23 ## Porter Command and Output 24 ``` 25 $ porter [e.g. install --param foo=bar --credential-set azure] 26 lots of output 27 ``` 28 29 ## Version 30 Copy the output of `porter version` below 31 32 [e.g. porter v0.14.1-beta.2 (72dd5df)]