Initial Commit (#992)

This commit is contained in:
Nikhil Nagarajan 2025-08-17 21:12:59 -04:00 committed by GitHub
parent 233e9eddbe
commit 649b4d64bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 20 additions and 6 deletions

View file

@ -1,10 +1,10 @@
--- ---
name: Bug report name: Bug report
about: Create a report to help us improve about: Create a bug report to help us identify issues and resolve them
title: "[BUG] - " title: "[Bug] <Insert Title here> "
labels: bug labels: bug
type: bug
assignees: '' assignees: ''
--- ---
**Describe the bug** **Describe the bug**
@ -24,11 +24,11 @@ A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem. If applicable, add screenshots to help explain your problem.
**Setup Information:** **Setup Information:**
- OS: [e.g. iOS] - OS: [e.g. iOS, Windows]
- Browser [e.g. chrome, safari] - Browser [e.g. chrome, safari]
- Foundry Version [e.g. v13 b342] - Foundry Version [e.g. v13 b342]
- System Version [e.g. main-3593f44] - System Version [e.g. v.1.0, v.1.0.1]
**Additional context** **Additional context**
Add any other context about the problem here. Add any other context about the problem here.

View file

@ -0,0 +1,14 @@
---
name: Feature report
about: Create a feature report for suggestions on improving the system
title: "[Feature] <Insert Title here> "
labels: enhancement, discussion, maybe
type: feature
assignees: ''
---
**Description**
A clear and concise description of what feature needs to be implemented.
**Screenshots**
If applicable, add screenshots to help explain the feature that needs to be implemented.