Skip to content
Open
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
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/task.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Task
about: A development task for PedPy
title: ''
labels: ''
assignees: ''
---

## Summary

<!-- One or two sentences: what needs to be done and why. -->

## Background / Context

<!-- Why does this task matter? What problem does it solve? Keep it to 3–5 lines. -->

## Technical Details

<!-- Pointers only: relevant files, functions, tools, or constraints. Use a list, no prose. -->

## Acceptance Criteria

<!-- Clear, testable conditions that must all be true for this task to be considered done. Prefer observable outcomes over implementation details. -->

- [ ]
- [ ]
- [ ]