mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-21 21:49:51 +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>
23 lines
1.1 KiB
YAML
23 lines
1.1 KiB
YAML
name: Feature request
|
||
description: 'Suggest a feature for PostHog'
|
||
labels: ['enhancement, feature']
|
||
body:
|
||
- type: textarea
|
||
id: feature_request
|
||
attributes:
|
||
label: Feature request
|
||
value:
|
||
"## Is your feature request related to a problem?\n\n*Please describe.*\n\n## Describe the solution you'd like\n\n\n## Describe alternatives you've considered\n\n\n## Additional context\n\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!'
|