Starlight automatically renders the frontmatter title as H1, so having a duplicate # Title in the body creates redundancy. Removed from 29 content files across all sections.
43 lines
1.2 KiB
Plaintext
43 lines
1.2 KiB
Plaintext
---
|
|
title: Feedback
|
|
description: Found a bug? Have an idea? We want to hear it.
|
|
---
|
|
|
|
import { Aside, Card, CardGrid, LinkCard } from '@astrojs/starlight/components';
|
|
|
|
> *"Excuse me, I believe you have my bug report..."*
|
|
|
|
We want to hear from you — bugs, feature requests, or just letting us know what works.
|
|
|
|
## Report Issues
|
|
|
|
<LinkCard
|
|
title="GitHub Issues"
|
|
description="Report bugs or request features on our GitHub repository."
|
|
href="https://github.com/ryanmalloy/mcwaddams/issues"
|
|
/>
|
|
|
|
## What Makes a Good Bug Report
|
|
|
|
1. **Document format** — What type of file was it?
|
|
2. **What you tried** — The exact tool/prompt used
|
|
3. **What happened** — The actual result
|
|
4. **What you expected** — The desired result
|
|
5. **Sample file** — If possible (anonymized)
|
|
|
|
<Aside type="tip" title="Sensitive Documents">
|
|
If your document contains sensitive data, describe the structure without including the actual content. Or create a minimal reproduction file.
|
|
</Aside>
|
|
|
|
## Feature Requests
|
|
|
|
Have an idea for a new tool or improvement? Open an issue with the `enhancement` label.
|
|
|
|
---
|
|
|
|
<div style="text-align: center; margin-top: 2rem; font-style: italic; opacity: 0.7;">
|
|
*"I could set the building on fire..."*
|
|
<br/>
|
|
<small>Please don't. Just open an issue.</small>
|
|
</div>
|