Skip to content

Commit

Permalink
fix(templates): Bug issue template should use placeholder
Browse files Browse the repository at this point in the history
The bug issue template used `value` instead of `placeholder` for certain fields, leading to issue reports like #1012. This commit fixes that.
  • Loading branch information
BYK committed Jun 30, 2021
1 parent 2888bf5 commit b30e7ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ body:
attributes:
label: Steps to Reproduce
description: How can we see what you're seeing? Specific is terrific.
value: |-
placeholder: |-
1. foo
2. bar
3. baz
Expand All @@ -31,7 +31,7 @@ body:
attributes:
label: Actual Result
description: Logs? Screenshots? Yes, please.
value: |-
placeholder: |-
e.g.:
- latest install logs: `ls -1 sentry_install_log-*.txt | tail -1 | xargs cat`
- `docker-compose logs` output
Expand Down

0 comments on commit b30e7ef

Please sign in to comment.