chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
name: 🐛 Bug Report
|
||||
description: Report a bug to help us improve
|
||||
title: "[Bug]: "
|
||||
labels: ["bug", "needs-triage"]
|
||||
assignees: []
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for reporting a bug! Fill out what you can - we'll figure out the rest together.
|
||||
|
||||
- type: textarea
|
||||
id: what-happened
|
||||
attributes:
|
||||
label: What's the bug?
|
||||
description: Describe what went wrong
|
||||
placeholder: Tell us what happened...
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: steps-reproduce
|
||||
attributes:
|
||||
label: How to reproduce
|
||||
description: Steps to trigger the bug (if you know them)
|
||||
placeholder: |
|
||||
1. Do this...
|
||||
2. Then this...
|
||||
3. Bug happens
|
||||
|
||||
- type: textarea
|
||||
id: environment
|
||||
attributes:
|
||||
label: Environment (optional)
|
||||
description: What are you running? (OS, browser, version, etc.)
|
||||
placeholder: e.g., macOS, Chrome, Docker, Node 20...
|
||||
@@ -0,0 +1,11 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: 📚 Documentation
|
||||
url: https://docs.insforge.dev
|
||||
about: Check our documentation for common questions and setup guides
|
||||
- name: 💬 Discussions
|
||||
url: https://github.com/InsForge/InsForge/discussions
|
||||
about: Ask questions and discuss ideas with the community
|
||||
- name: 🆘 Discord Support
|
||||
url: https://discord.com/invite/MPxwj5xVvW
|
||||
about: Get help with installation, configuration, and usage
|
||||
@@ -0,0 +1,26 @@
|
||||
name: ✨ Feature Request
|
||||
description: Suggest an idea or enhancement
|
||||
title: "[Feature]: "
|
||||
labels: ["enhancement", "needs-triage"]
|
||||
assignees: []
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Have an idea? Share it! We'd love to hear what you're thinking.
|
||||
|
||||
- type: textarea
|
||||
id: feature-description
|
||||
attributes:
|
||||
label: What feature do you want?
|
||||
description: Describe your idea
|
||||
placeholder: I'd like to be able to...
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: why
|
||||
attributes:
|
||||
label: Why do you need this?
|
||||
description: What problem does it solve?
|
||||
placeholder: This would help me...
|
||||
Reference in New Issue
Block a user