Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
name: Bug Report
about: Report a compatibility, UI, or logic issue
title: "[BUG] "
labels: bug
assignees: ""
---

## Describe the Bug
A clear and concise description of what the bug is.

---

## Steps to Reproduce
1. Go to:
2. Select:
3. Click:
4. See error:

---

## Expected Behavior
What should have happened?

---

## Actual Behavior
What actually happened?

---

## Environment
- OS:
- Browser:
- Device:
- Screen Size (if UI related):
Comment on lines +32 to +36

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Consider adding an App Version field to the Environment section.

Without a version or commit SHA, it can be difficult to reproduce or close a bug after a fix is deployed.

🛡️ Proposed addition
 ## Environment
 - OS:
 - Browser:
 - Device:
 - Screen Size (if UI related):
+- RigCrafter Version / Commit:
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In @.github/ISSUE_TEMPLATE/bug_report.md around lines 32 - 36, Add an "App
Version" entry to the "## Environment" section so reporters can include the app
version or commit SHA; update the Environment list to include a line like "App
Version (e.g., v1.2.3 or commit SHA):" directly under the existing items to
ensure reproducible reports when fixes are deployed.


---

## Affected Area
- [ ] UI (Component Selector / Build Summary)
- [ ] Compatibility Engine (`lib/compatibility.ts`)
- [ ] Suggestion Engine (`lib/suggestions.ts`)
- [ ] Data Layer (`lib/data.ts`)
- [ ] Other:

---

## Screenshots / Logs
Add screenshots or console errors here.

---

## Additional Context
Add any other context about the problem here.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
blank_issues_enabled: true

contact_links:
- name: Read the Documentation
url: https://github.com/SamXop123/rigcrafter#readme
about: Please check the README before opening an issue.

- name: General Discussion
url: https://github.com/SamXop123/rigcrafter/discussions
about: Ask questions or discuss ideas here.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Documentation Update
about: Suggest improvements to README or project documentation
title: "[DOCS] "
labels: documentation
assignees: ""
---

## Section to Update
- [ ] README
- [ ] Installation Guide
- [ ] Architecture Diagram
- [ ] Contributing Guide
- [ ] Code Comments
- [ ] Other:

---

## What Needs Improvement?
Clearly describe what is missing, unclear, or outdated.

---

## Suggested Changes
Provide the updated content or explain what should be added.

---

## 🎯 Why This Matters
Explain how this improves contributor onboarding or clarity.
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
name: Feature Request
about: Suggest a new feature or improvement
title: "[FEATURE] "
labels: enhancement
assignees: ""
---

## Problem Statement
What problem does this feature solve?

---

## Proposed Solution
Describe your proposed solution clearly.

---

## Affected Area
- [ ] UI Layer (Next.js / Components)
- [ ] Compatibility Logic
- [ ] Suggestion Engine
- [ ] Component Data
- [ ] Performance Optimization
- [ ] Accessibility
- [ ] Other:

---

## Impact
How will this improve RigCrafter?

---

## Alternatives Considered
Have you considered any alternative approaches?

---

## Additional Context
Add mockups, references, or examples if available.