You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/400-bug-report.yml
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,16 @@ body:
8
8
attributes:
9
9
value: >
10
10
#### Before submitting an issue, please make sure the issue hasn't been already addressed by searching through [the existing and past issues](https://github.com/vllm-project/vllm/issues?q=is%3Aissue+sort%3Acreated-desc+).
11
+
- type: markdown
12
+
attributes:
13
+
value: |
14
+
⚠️ **SECURITY WARNING:** Please review any text you paste to ensure it does not contain sensitive information such as:
15
+
- API tokens or keys (e.g., Hugging Face tokens, OpenAI API keys)
16
+
- Passwords or authentication credentials
17
+
- Private URLs or endpoints
18
+
- Personal or confidential data
19
+
20
+
Consider redacting or replacing sensitive values with placeholders like `<YOUR_TOKEN_HERE>` when sharing configuration or code examples.
0 commit comments