Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DH-134] Add more fields to performance issue template #5231

Merged
merged 2 commits into from
Nov 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 25 additions & 4 deletions .github/ISSUE_TEMPLATE/performance_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@ body:
attributes:
value: |
Please refer to the commmon causes for the performance issues by referring to this documentation - https://ds-modules.github.io/curriculum-guide/workflow/performance_issue.html. If the above mentioned reasons are not the cause for the performance issues in the hub then or you lack clarity about the issue then please do raise a request by filling the details below:
- type: input
- type: dropdown
attributes:
label: Your Name
description:
label: Your Role
description: Mention your affiliation to the course
options:
- Instructor
- GSI/TA
- Student
validations:
required: true
- type: input
Expand Down Expand Up @@ -56,6 +60,23 @@ body:
description: Total number of students affected by this issue
validations:
required: true
- type: dropdown
attributes:
label: Severity of the Issue
description: Critical, High Priority, Medium Priority and Low Priority
options:
- Critical
- High Priority
- Medium Priority
- Low Priority
validations:
required: true
- type: input
attributes:
label: Issue timeline
description: Mention the date/time when this issue occured
validations:
required: true
- type: textarea
attributes:
label: Snapshots of issue
Expand All @@ -64,7 +85,7 @@ body:
required: true
- type: markdown
attributes:
value: "Please share the calnet id of the affected students in the UCTech Slack channel (UCTech.slack.com). Slack Shane Knapp, Jonathan Felder and Balaji Alwar with 1/2 calnet id of the affected students"
value: "Please share the calnet id of 2/3 affected students in the #datahubs channel in UCTech Slack (UCTech.slack.com)"
- type: textarea
attributes:
label: Additional comments
Expand Down