mirror of
https://github.com/enso-org/enso.git
synced 2024-11-26 17:06:48 +03:00
e91df35902
* Add scalafmt configuration * Add docs and issue/PR templates * Update gitignore, add readme and license * Add contributing and code of conduct
32 lines
573 B
Markdown
32 lines
573 B
Markdown
---
|
|
name: Task
|
|
about: Create a new development task for Enso.
|
|
title: ''
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
### Summary
|
|
<!--
|
|
- A summary of the task.
|
|
-->
|
|
|
|
### Value
|
|
<!--
|
|
- This section should describe the value of this task.
|
|
- This value can be for users, to the team, etc.
|
|
-->
|
|
|
|
### Specification
|
|
<!--
|
|
- Detailed requirements for the feature.
|
|
- The performance requirements for the feature.
|
|
-->
|
|
|
|
### Acceptance Criteria & Test Cases
|
|
<!--
|
|
- Any criteria that must be satisfied for the task to be accepted.
|
|
- The test plan for the feature, related to the acceptance criteria.
|
|
-->
|