mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-28 09:16:49 +01:00
74ce620c6b
* feat: toolbar-live-activity * Update UI snapshots for `chromium` (2) * fangling * Update UI snapshots for `chromium` (2) * rename as event debugger * fiddl * simple list * don't commit yalc * Update frontend/src/toolbar/debug/EventDebugMenu.tsx Co-authored-by: Ben White <ben@posthog.com> * move some logic to the logic * more logic for the logic gods * fix filters and make it easier to see what's the extended props area * empty state message * stories * name * Update UI snapshots for `webkit` (2) * Update UI snapshots for `chromium` (2) * Update UI snapshots for `webkit` (2) * Update UI snapshots for `chromium` (2) --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Ben White <ben@posthog.com>
21 lines
1.2 KiB
YAML
21 lines
1.2 KiB
YAML
name: Bug report
|
||
description: Something not working as expected? Let us look into it.
|
||
labels: ['bug']
|
||
body:
|
||
- type: textarea
|
||
id: bug-description
|
||
attributes:
|
||
label: Bug Description
|
||
value: "## Bug description\n\n*Please describe.*\n*If this affects the front-end, screenshots would be of great help.*\n\n*If you are on PostHog Cloud it would be really valuable if you can share any links where the problem occurs. This speeds up our ability to troubleshoot tremendously.*\n\n## How to reproduce\n\n1. \n2.\n3. \n\n## Additional context\n\n"
|
||
|
||
- type: textarea
|
||
id: debug-info
|
||
attributes:
|
||
label: Debug info
|
||
value: "- [ ] PostHog Cloud, Debug information: [please copy/paste from https://us.posthog.com/settings/project-details#variables]\n- [ ] PostHog Hobby self-hosted with `docker compose`, version/commit: [please provide]\n- [ ] PostHog self-hosted with Kubernetes (deprecated, see [`Sunsetting Kubernetes support`](https://posthog.com/blog/sunsetting-helm-support-posthog)), version/commit: [please provide]\n"
|
||
render: shell
|
||
|
||
- type: markdown
|
||
attributes:
|
||
value: '#### *Thank you* for your bug report – we love squashing them!'
|