Skip to content

Commit

Permalink
Create niaid_requests.yml
Browse files Browse the repository at this point in the history
Create template for changes on the UI requested by NIAID
  • Loading branch information
gtsueng authored Dec 13, 2023
1 parent 61f87f1 commit 38a9754
Showing 1 changed file with 96 additions and 0 deletions.
96 changes: 96 additions & 0 deletions .github/ISSUE_TEMPLATE/niaid_requests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
name: Requests from NIAID
description: Issue form for UI requests by NIAID
title: "[REQUESTS]: "

body:
- type: markdown
attributes:
value: |
This form is meant detail requests from the NIAID team as discussed in meetings, email, slack or other communications.
- type: input
id: feedIssueName
attributes:
label: Issue Name
description: Provide a name for the request or issue
validations:
required: True
- type: textarea
id: feedIssueDescription
attributes:
label: Issue Description
description: Please describe the request or issue.
validations:
required: true
- type: textarea
id: feedIssueDiscussion
attributes:
label: Issue Discussion
description: Please provide information on when (if relevant) this request was (or is expected to be) discussed between NIAID, Leidos, and Scripps
validations:
required: false
- type: dropdown
id: feedRequestType
attributes:
label: Request Type
description: What kind of request is this?
options:
- "New material (mock up, page, feature, etc.)"
- "Update material (make a change to an existing mock up, page, feature, etc.)"
- "Other"
validations:
required: true
- type: input
id: feedMaterialURL
attributes:
label: Material URL
description: If the request is accompanied by any sort of diagram or digital material (document, mock-up, template, etc.), please provide the url of the material
placeholder: ex. https://docs.google.com/spreadsheets/[...]
validations:
required: false
- type: textarea
id: WBSlink
attributes:
label: Related WBS task
description: Please provide links to any relevant tasks/issues in the WBS/Roadmap repository https://github.com/NIAID-Data-Ecosystem/nde-roadmap/issues).
validations:
required: false
- type: markdown
attributes:
value: |
"## Additional Notes for internal use only."
- type: markdown
attributes:
value: |
Submitter, ignore everything below this point.
- type: checkboxes
id: feedIssueStatus
attributes:
label: For internal use only. Assignee, please select the status of this issue
options:
- label: Not yet started
- label: In progress
- label: Blocked
- label: Will not address
validations:
required: false
- type: textarea
id: feedIssueStatusDescription
attributes:
label: Status Description
description: If the status of this issue is BLOCKED or WILL NOT ADDRESS, please provide more details. Update with links to related GitHub issues here or in comments.
validations:
required: false
- type: checkboxes
id: feedIssueTaskList
attributes:
label: Request status check list
description: For internal use only. Use the checklist to provide updates on the status of the request
options:
- label: The request has been scoped
- label: Some immediate discussion or action on the matter was started, but additional information needed
- label: One or more new GitHub Issues, Pull Requests, or files in Google Drive have been created to address the request
- label: The request is awaiting approval to move to staging
- label: The request is awaiting approval to move to production
- label: The request is awaiting approval for closeout
- label: The request has been addressed and closeout of the issue is approved

0 comments on commit 38a9754

Please sign in to comment.