Skip to content

Commit b30e7ef

Browse files
committed
fix(templates): Bug issue template should use placeholder
The bug issue template used `value` instead of `placeholder` for certain fields, leading to issue reports like #1012. This commit fixes that.
1 parent 2888bf5 commit b30e7ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ body:
1414
attributes:
1515
label: Steps to Reproduce
1616
description: How can we see what you're seeing? Specific is terrific.
17-
value: |-
17+
placeholder: |-
1818
1. foo
1919
2. bar
2020
3. baz
@@ -31,7 +31,7 @@ body:
3131
attributes:
3232
label: Actual Result
3333
description: Logs? Screenshots? Yes, please.
34-
value: |-
34+
placeholder: |-
3535
e.g.:
3636
- latest install logs: `ls -1 sentry_install_log-*.txt | tail -1 | xargs cat`
3737
- `docker-compose logs` output

0 commit comments

Comments
 (0)