File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change 26
26
<div >
27
27
<div >
28
28
<div style =" margin-bottom : 10px " >
29
- <div
30
- style =" float : right ; font-size : smaller "
31
- id =" remaining"
32
- :class =" comment.length > 2000 ? 'exceeds-max-length' : ''"
33
- >
34
- {{ 2000 - comment.length }} characters remaining
35
- </div >
36
29
<div >
37
30
<em
38
31
>Feedback is <b >anonymous</b >. If you need a reply,
41
34
>.</em
42
35
>
43
36
</div >
37
+ <br />
38
+ <div >
39
+ <em >
40
+ Don't add personally identifiable information (PII), confidential or sensitive information
41
+ in your feedback. Please remove any PII when sharing file paths, error messages, etc.
42
+ </em >
43
+ <div
44
+ style =" float : right ; font-size : smaller "
45
+ id =" remaining"
46
+ :class =" comment.length > 2000 ? 'exceeds-max-length' : ''"
47
+ >
48
+ {{ 2000 - comment.length }} characters remaining
49
+ </div >
50
+ </div >
44
51
</div >
45
52
</div >
46
53
<textarea style =" width : 100% ; margin-bottom : 10px " rows =" 10" cols =" 90" v-model =" comment" ></textarea >
You can’t perform that action at this time.
0 commit comments