Skip to content
Closed
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
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: Issue
about: Describe the work, acceptance criteria, questions, and scope
---

Short description why.

## Acceptance Criteria

- at least one criteria
- more are better

## Open Questions

- any questions that need to be answered before work can start

## Out of Scope

Explain what is out of scope for this issue.

## Bug details (if this is a bug)

Fill this subsection only when reporting a bug. Skip it for features and chores.

### Current behavior

### Expected behavior

### Steps to reproduce

1.
2.
3.

### Environment

- OS:
- Node:
- pnpm:
Loading