Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: Furisto

---

## Describe the bug
<!-- A clear and concise description of what the bug is -->

## Steps to Reproduce
1.
2.
3.

## Expected behavior
<!-- What you expected to happen -->

## Environment
**OS**:
<!-- Run construct version -->

## Screenshots/Logs
<!-- If applicable, add screenshots or paste relevant error messages -->
```
[Paste error logs here]
```

## Additional Context
<!-- Any other context about the problem -->


## Checklist
- [ ] I searched existing issues before creating this one
- [ ] I can reproduce this bug consistently
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: Furisto

---

## Proposed Feature
<!-- Describe the solution you'd like -->


## Problem
<!-- What problem does this feature solve? -->


## Alternatives Considered
<!-- Any alternative solutions or features you've considered -->


## Additional Context
<!-- Any other context, mockups, or examples -->


## Checklist
- [ ] I searched existing issues before creating this one