|
| 1 | +name: Bug report |
| 2 | +description: Report a reproducible problem in hh-submitter. |
| 3 | +title: "bug: " |
| 4 | +labels: [bug] |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + Thanks for the report. Please keep it focused and sanitized. |
| 10 | + Спасибо за отчёт. Пожалуйста, опишите проблему кратко и без лишних данных. |
| 11 | +
|
| 12 | + If this involves secrets, account data, or a possible vulnerability, report it privately through SECURITY.md instead of opening a public issue. |
| 13 | + Если речь о секрете, данных аккаунта или уязвимости, сообщите об этом приватно через SECURITY.md, а не в публичной issue. |
| 14 | +
|
| 15 | + - type: input |
| 16 | + id: command_flow |
| 17 | + attributes: |
| 18 | + label: Command or flow |
| 19 | + description: Which command or user flow fails? Укажите команду или сценарий. |
| 20 | + placeholder: "`hh search`, `hh apply 123`, `hh login`" |
| 21 | + validations: |
| 22 | + required: true |
| 23 | + |
| 24 | + - type: textarea |
| 25 | + id: expected |
| 26 | + attributes: |
| 27 | + label: Expected behavior |
| 28 | + description: What did you expect to happen? Опишите ожидаемый результат. |
| 29 | + placeholder: Describe the result you expected. Кратко опишите, что должно было произойти. |
| 30 | + validations: |
| 31 | + required: true |
| 32 | + |
| 33 | + - type: textarea |
| 34 | + id: actual |
| 35 | + attributes: |
| 36 | + label: Actual behavior |
| 37 | + description: What happened instead? Опишите, что произошло на самом деле. |
| 38 | + placeholder: Describe the failure, error, or wrong result. Что именно пошло не так? |
| 39 | + validations: |
| 40 | + required: true |
| 41 | + |
| 42 | + - type: textarea |
| 43 | + id: steps |
| 44 | + attributes: |
| 45 | + label: Reproduction steps |
| 46 | + description: List the smallest steps that reproduce the issue. Укажите минимальные шаги. |
| 47 | + placeholder: | |
| 48 | + 1. ... |
| 49 | + 2. ... |
| 50 | + 3. ... |
| 51 | + validations: |
| 52 | + required: true |
| 53 | + |
| 54 | + - type: textarea |
| 55 | + id: environment |
| 56 | + attributes: |
| 57 | + label: Environment |
| 58 | + description: Share the environment that matters for this bug. Укажите только важные детали окружения. |
| 59 | + placeholder: | |
| 60 | + OS: |
| 61 | + Go version, if building from source: |
| 62 | + hh-submitter version or commit: |
| 63 | + Browser: |
| 64 | + AI provider, if relevant: |
| 65 | + validations: |
| 66 | + required: true |
| 67 | + |
| 68 | + - type: textarea |
| 69 | + id: logs |
| 70 | + attributes: |
| 71 | + label: Sanitized logs or output |
| 72 | + description: Paste only redacted logs, stack traces, or terminal output. Вставляйте только очищенные логи и вывод. |
| 73 | + placeholder: Remove cookies, tokens, prompts, CV text, resumes, and raw hh.ru data. Удалите cookies, токены, промпты, текст CV/резюме и сырые данные hh.ru. |
| 74 | + render: shell |
| 75 | + |
| 76 | + - type: checkboxes |
| 77 | + id: privacy |
| 78 | + attributes: |
| 79 | + label: Privacy check / Проверка приватности |
| 80 | + description: Confirm the report is safe to share publicly. Подтвердите, что это можно публиковать. |
| 81 | + options: |
| 82 | + - label: I did not include `cookies.json`, `state.db`, `prompt.md`, `cv.md`, API keys, resume content, or raw hh.ru data. Я не добавлял `cookies.json`, `state.db`, `prompt.md`, `cv.md`, ключи API, текст резюме или сырые данные hh.ru. |
| 83 | + required: true |
0 commit comments