Skip to content

Commit

Permalink
Create new engineering task template (#4251)
Browse files Browse the repository at this point in the history
* Create engineering_task.yaml

* Update engineering_task.yaml

* Update engineering_task.yaml

* Update engineering_task.yaml

* Update engineering_task.yaml
  • Loading branch information
gladjohn committed Jul 28, 2023
1 parent efa7537 commit 6dc1a93
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/engineering_task.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
name: Engineering Task
description: New Engineering Task (For Internal Microsoft Use Only).
labels: ["untriaged", "internal"]
title : '[Engineering Task]'
body:
- type: markdown
attributes:
value: |
## Engineering Task **(For Internal Use Only)**
- type: dropdown
attributes:
label: Type of task?
description: Can you select a category for this task?
multiple: true
options:
- "Design"
- "Test"
- "Evaluation"
- "Prototype"
- "Builds"
- "Development"
- "Best Practices"
- "Supportability"
- "Engineering Excellence"
- "Performance"
- "Security"
- "Other(s)"
validations:
required: true

- type: textarea
attributes:
label: Description
description: "Please describe briefly what this task is about."
validations:
required: true

- type: textarea
attributes:
label: Solution
description: "Describe the solution you'd like."
validations:
required: false

0 comments on commit 6dc1a93

Please sign in to comment.