Browse Source

fix(templates): Bug issue template should use placeholder (#26995)

The bug issue template used `value` instead of `placeholder` for certain fields, leading to issue reports like getsentry/onpremise#1012. This PR fixes that.
Burak Yigit Kaya 3 years ago
parent
commit
ac21279c25
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/ISSUE_TEMPLATE/bug.yml

+ 1 - 1
.github/ISSUE_TEMPLATE/bug.yml

@@ -24,7 +24,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