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 5, 2024
1 parent 9b64b96 commit 25a5ce8
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/project-setup.yaml
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.

0 comments on commit 25a5ce8

Please sign in to comment.