|
| 1 | +name: Bug report |
| 2 | +description: Monitoring stops, an alert is wrong or behavior does not match the documentation |
| 3 | +labels: |
| 4 | + - bug |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + Do not report a suspected vulnerability here. Follow [SECURITY.md](https://github.com/misiektoja/instagram_monitor/blob/main/SECURITY.md) instead. |
| 10 | +
|
| 11 | + Never paste a session cookie, an Instagram password, an SMTP password, a webhook URL or an ntfy token into an issue. Logs and `--doctor` output can contain the accounts you monitor, so redact anything you do not want public. |
| 12 | +
|
| 13 | + - type: textarea |
| 14 | + id: what-happened |
| 15 | + attributes: |
| 16 | + label: What happened |
| 17 | + description: What you expected and what you got instead. |
| 18 | + validations: |
| 19 | + required: true |
| 20 | + |
| 21 | + - type: textarea |
| 22 | + id: reproduce |
| 23 | + attributes: |
| 24 | + label: How to reproduce |
| 25 | + description: The steps, including the command you ran and the relevant settings from your configuration file. Redact usernames, credentials and webhook URLs. |
| 26 | + validations: |
| 27 | + required: true |
| 28 | + |
| 29 | + - type: textarea |
| 30 | + id: doctor |
| 31 | + attributes: |
| 32 | + label: Doctor output |
| 33 | + description: "Output of `instagram_monitor --doctor`, redacted. It reports the selected login method, connectivity, session state and target reachability." |
| 34 | + render: shell |
| 35 | + validations: |
| 36 | + required: false |
| 37 | + |
| 38 | + - type: textarea |
| 39 | + id: logs |
| 40 | + attributes: |
| 41 | + label: Log or error output |
| 42 | + description: "The error as printed or the relevant part of the log file. Adding `--debug` records the request flow." |
| 43 | + render: shell |
| 44 | + validations: |
| 45 | + required: false |
| 46 | + |
| 47 | + - type: input |
| 48 | + id: version |
| 49 | + attributes: |
| 50 | + label: instagram_monitor version |
| 51 | + description: "Output of `instagram_monitor --version`." |
| 52 | + placeholder: "3.9" |
| 53 | + validations: |
| 54 | + required: true |
| 55 | + |
| 56 | + - type: dropdown |
| 57 | + id: install-method |
| 58 | + attributes: |
| 59 | + label: How it is installed |
| 60 | + options: |
| 61 | + - PyPI (pip install instagram_monitor) |
| 62 | + - Standalone script |
| 63 | + - Docker image |
| 64 | + - Docker Compose |
| 65 | + - From source |
| 66 | + validations: |
| 67 | + required: true |
| 68 | + |
| 69 | + - type: input |
| 70 | + id: environment |
| 71 | + attributes: |
| 72 | + label: Operating system and Python version |
| 73 | + placeholder: macOS 26.1, Python 3.13.2 |
| 74 | + validations: |
| 75 | + required: true |
| 76 | + |
| 77 | + - type: dropdown |
| 78 | + id: login-mode |
| 79 | + attributes: |
| 80 | + label: Login method in use |
| 81 | + options: |
| 82 | + - Instaloader session login |
| 83 | + - No login (public data only) |
| 84 | + - Imported browser session (Firefox) |
| 85 | + - Imported browser session (Chrome, Brave or Chromium) |
| 86 | + - Not sure |
| 87 | + validations: |
| 88 | + required: true |
| 89 | + |
| 90 | + - type: dropdown |
| 91 | + id: view-mode |
| 92 | + attributes: |
| 93 | + label: View mode where it happens |
| 94 | + options: |
| 95 | + - Text output |
| 96 | + - Terminal dashboard |
| 97 | + - Web Dashboard |
| 98 | + - Not specific to a view mode |
| 99 | + validations: |
| 100 | + required: false |
0 commit comments