Skip to content

Commit

Permalink
chore: add a needed by field to issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
haideralsh authored Nov 10, 2023
1 parent 4e470e0 commit ece021c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/Feature_Request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ body:
- label: Myself
- label: DesignOps
description: Please check the current Design Ops' [estimated completion time](https://github.com/nulogy/design-system/wiki/How-to-file-NDS-work-request#process) before selecting
- type: input
id: due-date
attributes:
label: When do you need this by?
- type: textarea
id: screenshots
attributes:
Expand Down
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/Miscellaneous_Request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ body:
- label: Myself
- label: DesignOps
description: Please check the current Design Ops' [estimated completion time](https://github.com/nulogy/design-system/wiki/How-to-file-NDS-work-request#process) before selecting
- type: input
id: due-date
attributes:
label: When do you need this by?
- type: textarea
id: screenshots
attributes:
Expand Down
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/Support_Request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ body:
attributes:
label: Is your team blocked from moving forward by the problem described above?
placeholder: Tell us if this problem is blocking your team from delivering value to the customer. Is the customer impact high?
- type: input
id: due-date
attributes:
label: When do you need this by?
- type: textarea
id: additional
attributes:
Expand Down

0 comments on commit ece021c

Please sign in to comment.