Skip to content

Commit ff08691

Browse files
authored
Update issue templates
1 parent e97afe2 commit ff08691

2 files changed

Lines changed: 77 additions & 0 deletions

File tree

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
---
11+
name: 🐛 Bug Report
12+
about: Create a report to help us improve FireForm.
13+
title: "[BUG]: <Short Description>"
14+
labels: bug
15+
assignees: ''
16+
17+
---
18+
19+
## ⚡️ Describe the Bug
20+
A clear and concise description of what the bug is.
21+
22+
## 👣 Steps to Reproduce
23+
1. Go to '...'
24+
2. Click on '....'
25+
3. Scroll down to '....'
26+
4. See error
27+
28+
## 📉 Expected Behavior
29+
A clear and concise description of what you expected to happen.
30+
31+
## 🖥️ Environment Information
32+
- **OS:** (e.g. Ubuntu 22.04, MacOS M2)
33+
- **Docker/Compose Version:** - **Ollama Model used:** (e.g. Mistral-7b)
34+
35+
## 📸 Screenshots/Logs
36+
If applicable, add screenshots or paste the error logs from the terminal here.
37+
38+
## 🕵️ Possible Fix
39+
(Optional) If you have an idea of what’s causing the issue.
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
---
11+
name: 🚀 Feature Request
12+
about: Suggest an idea or a new capability for FireForm.
13+
title: "[FEAT]: <Short Description>"
14+
labels: enhancement
15+
assignees: ''
16+
17+
---
18+
19+
## 📝 Description
20+
A clear and concise description of what the feature is.
21+
22+
## 💡 Rationale
23+
Why is this needed? (e.g., "Cal Fire requires a specific field for brush clearance that isn't in our master schema.")
24+
25+
## 🛠️ Proposed Solution
26+
A brief sketch of how we might implement this.
27+
- [ ] Logic change in `src/`
28+
- [ ] Update to `requirements.txt`
29+
- [ ] New prompt for Mistral/Ollama
30+
31+
## ✅ Acceptance Criteria
32+
How will we know this is finished?
33+
- [ ] Feature works in Docker container.
34+
- [ ] Documentation updated in `docs/`.
35+
- [ ] JSON output validates against the schema.
36+
37+
## 📌 Additional Context
38+
Add any other screenshots, links to fire department forms, or research here.

0 commit comments

Comments
 (0)