Initial release of Recordly

This commit is contained in:
webadderall
2026-03-13 21:14:05 +11:00
parent 85f2388041
commit c3c5d1ed63
132 changed files with 25913 additions and 16164 deletions
+1 -58
View File
@@ -1,5 +1,5 @@
name: Bug Report
description: Create a report to help us improve
description: Create a report to help us improve. If you are not sure what you are experiencing is a bug, report it anyway. We would rather you submit an unprofessional bug report than not report it at all.
title: "[Bug]: "
labels: ["bug", "triage"]
body:
@@ -60,8 +60,6 @@ body:
- Windows
- macOS
- Linux
- iOS
- Android
- Other
validations:
required: false
@@ -84,61 +82,6 @@ body:
validations:
required: false
- type: dropdown
id: browser
attributes:
label: Browser
description: What browser are you using?
options:
- Chrome
- Firefox
- Safari
- Edge
- Other
validations:
required: false
- type: input
id: browser-version
attributes:
label: Browser Version
description: Please specify your browser version
placeholder: e.g., 120.0, 121.0.1
validations:
required: false
- type: input
id: browser-other
attributes:
label: Other Browser
description: If you selected "Other" for Browser, please specify your browser
placeholder: e.g., Brave, Vivaldi, Opera
validations:
required: false
- type: dropdown
id: device-type
attributes:
label: Device Type
description: Device category
options:
- Desktop
- Laptop
- Tablet
- Mobile
- Other
validations:
required: false
- type: input
id: device-other
attributes:
label: Other Device
description: If you selected "Other" for Device Type, please specify your device
placeholder: e.g., Smart TV, IoT device
validations:
required: false
- type: textarea
id: additional-context
attributes:
+2 -2
View File
@@ -25,13 +25,13 @@
![Screenshot Description](path/to/screenshot.png)
```
**Video** (if applicable):
**Video** (wherever possible):
```html
<video src="path/to/video.mp4" controls width="600"></video>
```
## Testing
## Testing Guide
<!-- Describe how reviewers can test the changes. Include steps, commands, or environment setup. -->
## Checklist