From 649b4d64bc131dc71a6e3596664ce011445c397a Mon Sep 17 00:00:00 2001 From: Nikhil Nagarajan Date: Sun, 17 Aug 2025 21:12:59 -0400 Subject: [PATCH] Initial Commit (#992) --- .github/ISSUE_TEMPLATE/bug_report.md | 12 ++++++------ .github/ISSUE_TEMPLATE/feature_report.md | 14 ++++++++++++++ 2 files changed, 20 insertions(+), 6 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/feature_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 938abe7c..71d48111 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,10 +1,10 @@ --- name: Bug report -about: Create a report to help us improve -title: "[BUG] - " +about: Create a bug report to help us identify issues and resolve them +title: "[Bug] " labels: bug +type: bug assignees: '' - --- **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. **Setup Information:** - - OS: [e.g. iOS] + - OS: [e.g. iOS, Windows] - Browser [e.g. chrome, safari] - 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** -Add any other context about the problem here. +Add any other context about the problem here. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_report.md b/.github/ISSUE_TEMPLATE/feature_report.md new file mode 100644 index 00000000..df00ba37 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_report.md @@ -0,0 +1,14 @@ +--- +name: Feature report +about: Create a feature report for suggestions on improving the system +title: "[Feature] " +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. \ No newline at end of file