Update issue templates

This commit is contained in:
Gabe Ruttner
2025-04-15 05:28:44 -07:00
committed by GitHub
parent 09e07a2e56
commit 75f522c872
2 changed files with 44 additions and 0 deletions

24
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,24 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: bug
assignees: ''
---
**Describe the issue**
Briefly describe whats going wrong — runtime error, broken link, incorrect example, UI issue, etc.
**Environment**
- SDK: [e.g. TypeScript v1.2.3]
- Engine: [Cloud or Self-hosted v1.5.0]
**Expected behavior**
What did you expect to happen instead?
**Code to Reproduce, Logs, or Screenshots**
Include a minimal code snippet that reproduces the issue, error logs around the event, or screenshots, if applicable.
**Additional context**
Anything else that might help us understand or reproduce the problem — e.g. specific page URL, logged-in vs logged-out, related docs or workflows.

View File

@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for Hatchet
title: "[FEAT] "
labels: enhancement
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.