The org's standard furniture for a new repo: licence, code of conduct, security policy, contributing guide, issue and pull-request templates, and the ignore rules. No module yet — that arrives as the first pull request, so this branch exists to open one against. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016wDDVXWMDz82WqE1i969r4
42 lines
765 B
Markdown
42 lines
765 B
Markdown
---
|
|
name: Bug report
|
|
about: Report something that is broken or behaving unexpectedly
|
|
title: "[bug] "
|
|
labels:
|
|
- bug
|
|
---
|
|
|
|
## Summary
|
|
|
|
<!-- A clear, concise description of the bug. -->
|
|
|
|
## Steps to reproduce
|
|
|
|
1.
|
|
2.
|
|
3.
|
|
|
|
## Expected behavior
|
|
|
|
<!-- What you expected to happen. -->
|
|
|
|
## Actual behavior
|
|
|
|
<!-- What actually happened. Include exact error messages and logs if you have them. -->
|
|
|
|
## Environment
|
|
|
|
- Component / repo:
|
|
- Version or commit:
|
|
- OS / runtime (Node, core version, browser…):
|
|
- Deployment (Docker Compose, local dev, bare metal…):
|
|
|
|
## Additional context
|
|
|
|
<!-- Screenshots, config (with secrets redacted), anything else that helps. -->
|
|
|
|
<!--
|
|
Security issue? Do NOT file it here. See SECURITY.md and email
|
|
whitlocktech@gmail.com instead.
|
|
-->
|