Skip to content
Merged
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
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/create-a-task.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Create a task
about: Pattern to follow while creating a task to be solved
title: ''
labels: ''
assignees: ''

---

Pattern to follow when creating a new task. Note: This is not for bug report. A separate template exists for reporting bugs.

#### Task description
Give brief intro and describe what the task entails.

#### Test cases and expected output
Include test cases e.g. commands to run and expected output. Add screenshots if/where possible.

#### Examples
You can include examples of files, repos, issues or pull requests where something similar to the task you're describing has been done, if any.