Skip to content

Commit

Permalink
docs: Improve bug report template
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed May 8, 2020
1 parent a49f8d4 commit 2d2949d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Q1: Describe the issue
-->

<!--
Q2: Provide (in below placeholder) content of serverless.yml, ensuring that:
Q2: Provide (in below placeholder) FULL content of serverless.yml, ensuring that:
• It consistently reproduces described issue
• It's as minimal as possible
• There's no plugins involved (plugin related issues need to be reported at plugin repositories)
Expand All @@ -29,21 +29,21 @@ Q2: Provide (in below placeholder) content of serverless.yml, ensuring that:
<summary><code>serverless.yml</code></summary>

```yaml
# ⚠️⚠️ REPLACE THIS COMMENT WITH serverless.yml CONTENT
# ⚠️⚠️ REPLACE THIS COMMENT WITH FULL serverless.yml CONTENT
```

</details>

<!--
Q3: Provide (in below placeholder) output of serverless command that exposes the problem.
Q3: Provide (in below placeholder) FULL name and output of command that exposes the problem.
Note: Ensure SLS_DEBUG=* env var for verbose debug output
-->

<details>
<summary><b>CLI output</b></summary>
<summary><b><code>REPLACE WITH FULL COMMAND NAME</code> output</b></summary>

```
⚠️⚠️ REPLACE WITH `serverless ..` OUTPUT
⚠️⚠️ REPLACE WITH FULL COMMAND OUTPUT
```

</details>
Expand Down

0 comments on commit 2d2949d

Please sign in to comment.