mirror of
https://github.com/temetro/temetro.git
synced 2026-08-08 01:33:12 +00:00
be3968ce64
Add MIT LICENSE (root, backend, frontend), CONTRIBUTING.md, CODE_OF_CONDUCT.md, SECURITY.md, GitHub issue templates (bug/feature), and PR template. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
33 lines
546 B
Markdown
33 lines
546 B
Markdown
---
|
|
name: Bug report
|
|
about: Report a problem with temetro
|
|
labels: bug
|
|
---
|
|
|
|
**Describe the bug**
|
|
A clear description of what the bug is.
|
|
|
|
**To reproduce**
|
|
Steps to reproduce the behavior:
|
|
1.
|
|
2.
|
|
3.
|
|
|
|
**Expected behavior**
|
|
What you expected to happen.
|
|
|
|
**Actual behavior**
|
|
What actually happened.
|
|
|
|
**Environment**
|
|
- OS:
|
|
- Browser (if frontend):
|
|
- Node version:
|
|
- Are you running via Docker or local dev?
|
|
|
|
**Screenshots / logs**
|
|
If applicable, add screenshots or relevant log output.
|
|
|
|
**Additional context**
|
|
Any other context about the problem.
|