-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9b64b96
commit 25a5ce8
Showing
1 changed file
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
name: Assignment Overview | ||
description: Starting point for new Data Lab projects | ||
title: "[COUNTRY] | [PROJECT]" | ||
labels: data lab assignment | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
### Project Overview and Core Information | ||
- type: input | ||
id: contact | ||
attributes: | ||
label: Client Contact Email(s) | ||
placeholder: ex. [email protected] | ||
validations: | ||
required: false | ||
- type: input | ||
id: charge-code | ||
attributes: | ||
label: Project Charge Code | ||
placeholder: ex. AA-P123456-GPLG-TF01234 or IO 123456 | ||
validations: | ||
required: false | ||
- type: input | ||
id: manager | ||
attributes: | ||
label: Project Manager | ||
placeholder: Person responsible for client relationship and final deliverables | ||
validations: | ||
required: false | ||
- type: input | ||
id: share-point | ||
attributes: | ||
label: Project Sharepoint URL | ||
- type: input | ||
id: web-book | ||
attributes: | ||
label: Project Web Book URL | ||
- type: input | ||
id: proposal | ||
attributes: | ||
label: Link to Proposal and Work Plan Shared with Client | ||
- type: textarea | ||
id: assignment-summary | ||
attributes: | ||
label: Project Assignment | ||
description: Please provide a summary of the project and assignment. | ||
|