- Delete CODE_OF_CONDUCT.md (generic boilerplate) - Simplify README.md, link to ra-h.app/docs as primary - Simplify CONTRIBUTING.md - Fix bug_report.md (was referencing PostgreSQL, uses SQLite) - Gut bloated PR template - Simplify feature_request.md - Update docs/README.md to point to website - Update docs/9_open-source.md
30 lines
349 B
Markdown
30 lines
349 B
Markdown
---
|
|
name: Bug report
|
|
about: Report a bug
|
|
title: '[BUG] '
|
|
labels: bug
|
|
assignees: ''
|
|
---
|
|
|
|
## What happened?
|
|
|
|
## Steps to reproduce
|
|
1.
|
|
2.
|
|
3.
|
|
|
|
## Expected behavior
|
|
|
|
## Environment
|
|
- OS: [e.g., macOS 14.0]
|
|
- Node.js: [e.g., 18.17.0]
|
|
- Browser: [e.g., Chrome 120]
|
|
|
|
## Error messages
|
|
```
|
|
Paste any error messages here
|
|
```
|
|
|
|
## Screenshots
|
|
If applicable.
|