Skip to content

Commit

Permalink
Create project_setup.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Holly-Transport authored Sep 7, 2024
1 parent 0d35fb5 commit cbdc7e3
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/project_setup.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: Assignment Overview
description: Starting point for new Data Lab projects
title: "OVERVIEW | [Country or REGION] - [Project]"
labels: data lab assignment
body:
- type: markdown
attributes:
value: |
### Project Overview and Core Information
- type: input
id: contact
attributes:
label: Client Contact Name(s)
placeholder: ex. Sally Smith, Han Lee
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: textarea
id: assignment-summary
attributes:
label: Project Assignment
placeholder: Please provide a summary of the project and assignment and, when available, upload work plan shared with client.

0 comments on commit cbdc7e3

Please sign in to comment.